diff --git a/tox.ini b/tox.ini index 6ff3e28f6..4b8371e7f 100644 --- a/tox.ini +++ b/tox.ini @@ -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}