Skip to content

Commit

Permalink
#5 updates CI config to include cli in coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
filiplajszczak committed Nov 20, 2020
1 parent f517a4e commit a5a58f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ install:

script:
- pytest
- pytest --cov=pythonanywhere --cov=scripts --cov-fail-under=65
- pytest --cov=cli --cov=pythonanywhere --cov=scripts --cov-fail-under=65

0 comments on commit a5a58f1

Please sign in to comment.