File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1212 CI_PULL_REQUEST : ${CIRRUS_PR}
1313 CI_BUILD_NUMBER : ${CIRRUS_BUILD_ID}
1414 CI_BUILD_URL : https://cirrus-ci.com/build/${CIRRUS_BUILD_ID}
15+ CI_JOB_ID : ${CIRRUS_TASK_ID}
1516 COVERALLS_PARALLEL : " true"
1617 COVERALLS_FLAG_NAME : ${CIRRUS_TASK_NAME}
1718 # Project-specific
5253 -n 5 --randomly-seed=42 -rfEx --durations 10 --color yes
5354 submit_coverage_script :
5455 - pipx run coverage xml -o coverage.xml
55- - pipx run 'coveralls<4' --submit coverage.xml
56- # ^-- https://github.com/TheKevJames/coveralls-python/issues/434
56+ - pipx run coveralls --submit coverage.xml
5757
5858# Deep clone script for POSIX environments (required for setuptools-scm)
5959.clone_script : &clone |
@@ -160,8 +160,7 @@ finalize_task:
160160 container : {image: "python:3.10-bullseye"}
161161 depends_on : [test]
162162 << : *task-template
163- install_script : pip install 'coveralls<4'
164- # ^-- https://github.com/TheKevJames/coveralls-python/issues/434
163+ install_script : pip install coveralls
165164 finalize_coverage_script : coveralls --finish
166165
167166linkcheck_task :
You can’t perform that action at this time.
0 commit comments