Skip to content

Commit

Permalink
added coverage report and codecov integration
Browse files Browse the repository at this point in the history
  • Loading branch information
leblancfg committed Jan 25, 2018
1 parent 1748fee commit edf064e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,7 @@ install:
- pip install pytest

script:
- pytest
- pytest --cov autocrop -v --cov-report term-missing

after_success:
- codecov
2 changes: 2 additions & 0 deletions requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ future
pytest
flake8
mock
pytest-cov
codecov

0 comments on commit edf064e

Please sign in to comment.