coverage combine corrected

This commit is contained in:
Lex Berezhny 2021-08-21 15:31:50 -04:00
parent 5576c21e67
commit 7828a79a96
2 changed files with 2 additions and 3 deletions

View file

@ -121,8 +121,7 @@ jobs:
coverage:
#needs: ["tests-unit", "tests-integration"]
needs: ["tests-unit"]
needs: ["tests-unit", "tests-integration"]
runs-on: ubuntu-latest
steps:
- name: finalize coverage report submission

View file

@ -13,4 +13,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}
coverage combine tests
coverage combine