CodeCov
This commit is contained in:
Родитель
2de86edcfe
Коммит
e2785d3b45
|
@ -14,3 +14,5 @@ install:
|
|||
- pip install tox
|
||||
script:
|
||||
- tox
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash) -e TOXENV -f $TRAVIS_BUILD_DIR/test/coverage.xml
|
||||
|
|
1
tox.ini
1
tox.ini
|
@ -13,4 +13,5 @@ deps=
|
|||
commands=
|
||||
coverage run -m unittest discover -s . -p unittest*.py -t .. -v
|
||||
coverage report --fail-under=40 --omit=unittest*,*.tox*.py
|
||||
coverage xml --omit=unittest*,*.tox*.py
|
||||
#flake8 .. --exclude=unittest*.py,doc,env --statistics
|
||||
|
|
Загрузка…
Ссылка в новой задаче