File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 13
13
CI_PULL_REQUEST : ${CIRRUS_PR}
14
14
CI_BUILD_NUMBER : ${CIRRUS_BUILD_ID}
15
15
CI_BUILD_URL : https://cirrus-ci.com/build/${CIRRUS_BUILD_ID}
16
+ CI_JOB_ID : ${CIRRUS_TASK_ID}
16
17
COVERALLS_PARALLEL : " true"
17
18
COVERALLS_FLAG_NAME : ${CIRRUS_TASK_NAME}
18
19
# Project-specific
56
57
-n 5 --randomly-seed=42 -rfEx --durations 10 --color yes
57
58
submit_coverage_script :
58
59
- 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
61
61
62
62
# Deep clone script for POSIX environments (required for setuptools-scm)
63
63
.clone_script : &clone |
@@ -157,8 +157,7 @@ finalize_task:
157
157
container : {image: "python:3.10-bullseye"}
158
158
depends_on : [test]
159
159
<< : *task-template
160
- install_script : pip install 'coveralls<4'
161
- # ^-- https://github.com/TheKevJames/coveralls-python/issues/434
160
+ install_script : pip install coveralls
162
161
finalize_coverage_script : coveralls --finish
163
162
164
163
linkcheck_task :
You can’t perform that action at this time.
0 commit comments