Skip to content

Commit fd0ad25

Browse files
authored
Merge pull request #10238 from SomberNight/202509_ci_coveralls
ci: only run coveralls on one of the unittest tasks
2 parents 6877c6f + 1423508 commit fd0ad25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ task:
5555
-m pytest tests -v
5656
- coverage report
5757
coveralls_script:
58-
- if [ ! -z "$COVERALLS_REPO_TOKEN" ] ; then coveralls ; fi
58+
- if [ ! -z "$COVERALLS_REPO_TOKEN" ] && [ "$ELECTRUM_PYTHON_VERSION" = "3.10" ] ; then coveralls ; fi
5959
env:
6060
LD_LIBRARY_PATH: contrib/_saved_secp256k1_build/
6161
ELECTRUM_REQUIREMENTS_CI: contrib/requirements/requirements-ci.txt

0 commit comments

Comments
 (0)