forked from LBRYCommunity/lbry-sdk
coverage combine corrected
This commit is contained in:
parent
5576c21e67
commit
7828a79a96
2 changed files with 2 additions and 3 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
@ -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
|
||||
|
|
2
tox.ini
2
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
|
||||
|
|
Loading…
Reference in a new issue