Skip to content

Commit

Permalink
Add codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
twemyss committed Nov 5, 2020
1 parent 8868123 commit e50498f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@ install:
- pip install -r requirements.txt
# command to run tests
script:
- pytest week05-testing/
- pytest --cov="week05-testing" --cov-report=term
- pytest week05-testing/
after_success:
- codecov
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
pytest
pytest-cov
datetime
datetime
codecov

0 comments on commit e50498f

Please sign in to comment.