Added codecov uploading to Tox. #164

This commit is contained in:
Corey Oordt 2021-12-04 09:34:27 -06:00
parent a1ebb97073
commit efd3b0e303

View file

@ -23,6 +23,7 @@ deps=
coverage
pillow
ipdb
codecov
-r{toxinidir}/requirements.txt
commands=
@ -40,5 +41,6 @@ commands=
[testenv:coverage-report]
commands =
coverage report -m
coverage html
coverage report -m
coverage html
codecov