mirror of
https://github.com/jazzband/django-categories.git
synced 2026-03-16 22:30:24 +00:00
Added codecov uploading to Tox. #164
This commit is contained in:
parent
a1ebb97073
commit
efd3b0e303
1 changed files with 4 additions and 2 deletions
6
tox.ini
6
tox.ini
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue