Skip to content

Commit

Permalink
Added codecov uploading to Tox. #164
Browse files Browse the repository at this point in the history
  • Loading branch information
coordt committed Dec 4, 2021
1 parent a1ebb97 commit efd3b0e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ deps=
coverage
pillow
ipdb
codecov
-r{toxinidir}/requirements.txt

commands=
Expand All @@ -40,5 +41,6 @@ commands=

[testenv:coverage-report]
commands =
coverage report -m
coverage html
coverage report -m
coverage html
codecov

0 comments on commit efd3b0e

Please sign in to comment.