1
0

Merge pull request #10238 from SomberNight/202509_ci_coveralls

ci: only run coveralls on one of the unittest tasks
This commit is contained in:
ghost43
2025-09-26 14:35:36 +00:00
committed by GitHub

View File

@@ -55,7 +55,7 @@ task:
-m pytest tests -v
- coverage report
coveralls_script:
- if [ ! -z "$COVERALLS_REPO_TOKEN" ] ; then coveralls ; fi
- if [ ! -z "$COVERALLS_REPO_TOKEN" ] && [ "$ELECTRUM_PYTHON_VERSION" = "3.10" ] ; then coveralls ; fi
env:
LD_LIBRARY_PATH: contrib/_saved_secp256k1_build/
ELECTRUM_REQUIREMENTS_CI: contrib/requirements/requirements-ci.txt