Skip to content

Commit

Permalink
Codecov is getting troublesome to get CI coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ragav Venkatesan committed Nov 14, 2016
1 parent 7189f2a commit dde9f40
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,11 @@ install:
- python setup.py install

# command to run tests
script: pytest
script:
- coverage run nosetests

before_install:
pip install codecov
after_success:
codecov

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ version 0.0.1a1
[![MIT License at http://yann.readthedocs.io/en/latest/license.html](https://img.shields.io/badge/license-MIT-blue.svg)](http://yann.readthedocs.io/en/latest/license.html)
[![Documentation at http://yann.readthedocs.io/en/latest/](https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat)](http://yann.readthedocs.io/en/latest/)
[![Requirements Status](https://requires.io/github/ragavvenkatesan/yann/requirements.svg?branch=master)](https://requires.io/github/ragavvenkatesan/yann/requirements/?branch=master)
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/ragavvenkatesan/yann/issues)

## Who is this code most useful for ?

Expand Down
4 changes: 0 additions & 4 deletions codecov.yml

This file was deleted.

0 comments on commit dde9f40

Please sign in to comment.