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 1313 CI_PULL_REQUEST : ${CIRRUS_PR}
1414 CI_BUILD_NUMBER : ${CIRRUS_BUILD_ID}
1515 CI_BUILD_URL : https://cirrus-ci.com/build/${CIRRUS_BUILD_ID}
16+ CI_JOB_ID : ${CIRRUS_TASK_ID}
1617 COVERALLS_PARALLEL : " true"
1718 COVERALLS_FLAG_NAME : ${CIRRUS_TASK_NAME}
1819 # Project-specific
5657 -n 5 --randomly-seed=42 -rfEx --durations 10 --color yes
5758 submit_coverage_script :
5859 - pipx run coverage xml -o coverage.xml
59- - pipx run 'coveralls<4' --submit coverage.xml
60- # ^-- https://github.com/TheKevJames/coveralls-python/issues/434
60+ - pipx run coveralls --submit coverage.xml
6161
6262# Deep clone script for POSIX environments (required for setuptools-scm)
6363.clone_script : &clone |
@@ -157,8 +157,7 @@ finalize_task:
157157 container : {image: "python:3.10-bullseye"}
158158 depends_on : [test]
159159 << : *task-template
160- install_script : pip install 'coveralls<4'
161- # ^-- https://github.com/TheKevJames/coveralls-python/issues/434
160+ install_script : pip install coveralls
162161 finalize_coverage_script : coveralls --finish
163162
164163linkcheck_task :
You can’t perform that action at this time.
0 commit comments