Skip to content

Commit

Permalink
Report code coverage to codecov.io
Browse files Browse the repository at this point in the history
  • Loading branch information
tisnik committed Feb 19, 2019
1 parent b6e5b58 commit d45885f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ flask
daiquiri
gevent
gunicorn
codecov
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
# pip-compile --output-file requirements.txt requirements.in
#
click==7.0 # via flask
codecov==2.0.15
daiquiri==1.5.0
flask==1.0.2
gevent==1.3.7
Expand Down
1 change: 1 addition & 0 deletions tests/scripts/entrypoint-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ echo "*** Unit tests ***"
echo "*****************************************"

pytest --cov=/src/ --cov-report term-missing --cov-fail-under=$COVERAGE_THRESHOLD -vv /tests/unit_tests/
codecov --token="36977e37-70fd-4b77-8e4c-57a6762f948f"

0 comments on commit d45885f

Please sign in to comment.