Skip to content

Commit

Permalink
Add codecov support
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahhhhmed committed Mar 4, 2018
1 parent 2481f99 commit 03c8f0e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,9 @@ python:
# command to install dependencies
install:
- pip install .
- pip install codecov
# command to run tests
script: python -m unittest
script: coverage run -m unittest
# Upload coverage if build succeeds
after_success:
- codecov

0 comments on commit 03c8f0e

Please sign in to comment.