Skip to content

Commit

Permalink
add coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Mar 28, 2018
1 parent bb56eca commit 797876d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,9 @@ script:
- pycodestyle isogeo_pysdk/isogeo_sdk.py --ignore="E265,E501" --statistics --show-source
- pycodestyle isogeo_pysdk/checker.py --ignore="E265,E501" --statistics --show-source
- pycodestyle isogeo_pysdk/utils.py --ignore="E265,E501" --statistics --show-source
# coverage
- coverage run tests/

# coverage reporting
after_success:
- codecov

0 comments on commit 797876d

Please sign in to comment.