diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4dd8f72ac..9c3acd06a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 diff --git a/tox.ini b/tox.ini index f8dbde108..10d8c1e6a 100644 --- a/tox.ini +++ b/tox.ini @@ -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