try codecov python lib

This commit is contained in:
Lex Berezhny 2020-06-06 21:00:38 -04:00
parent e3cc6ea224
commit c01dceebcd

View file

@ -1,6 +1,7 @@
[testenv]
deps =
coverage
codecov
extras = test
changedir = {toxinidir}/tests
@ -13,4 +14,4 @@ commands =
#blockchain: coverage run -p --source={envsitepackagesdir}/lbry -m unittest discover -vv integration.blockchain {posargs}
#datanetwork: coverage run -p --source={envsitepackagesdir}/lbry -m unittest discover -vv integration.datanetwork {posargs}
#other: coverage run -p --source={envsitepackagesdir}/lbry -m unittest discover -vv integration.other {posargs}
/bin/bash <(curl -s https://codecov.io/bash) -X gcov -F integration,{envname},{env:TEST_DB}
codecov -F integration,{envname},{env:TEST_DB}