Skip to content

Commit

Permalink
Adding code coverage to travis.yml (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
shikhareddy authored Feb 3, 2021
1 parent 2b7b7c9 commit 3476947
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ install:
script:
- python -m pytest tests/
- pylint --fail-under=8 dsm/

#command to track code coverage
after_success:
- bash <(curl -s https://codecov.io/bash)

0 comments on commit 3476947

Please sign in to comment.