1
0

ci: only run coveralls on one of the unittest tasks

coveralls has been quite flaky recently -- let's try to lower the number of CI tasks where it spreads the flakiness.
This commit is contained in:
SomberNight
2025-09-26 13:24:53 +00:00
parent 14d7c96419
commit 1423508341

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