From c01dceebcd03afc6ab0901e50a37710d3bac2323 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Sat, 6 Jun 2020 21:00:38 -0400 Subject: [PATCH] try codecov python lib --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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}