Commit c9ab5a9 1 parent 2d5e8d3 commit c9ab5a9 Copy full SHA for c9ab5a9
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 12
12
CI_PULL_REQUEST : ${CIRRUS_PR}
13
13
CI_BUILD_NUMBER : ${CIRRUS_BUILD_ID}
14
14
CI_BUILD_URL : https://cirrus-ci.com/build/${CIRRUS_BUILD_ID}
15
+ CI_JOB_ID : ${CIRRUS_TASK_ID}
15
16
COVERALLS_PARALLEL : " true"
16
17
COVERALLS_FLAG_NAME : ${CIRRUS_TASK_NAME}
17
18
# Project-specific
52
53
-n 5 --randomly-seed=42 -rfEx --durations 10 --color yes
53
54
submit_coverage_script :
54
55
- 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
57
57
58
58
# Deep clone script for POSIX environments (required for setuptools-scm)
59
59
.clone_script : &clone |
@@ -160,8 +160,7 @@ finalize_task:
160
160
container : {image: "python:3.10-bullseye"}
161
161
depends_on : [test]
162
162
<< : *task-template
163
- install_script : pip install 'coveralls<4'
164
- # ^-- https://github.com/TheKevJames/coveralls-python/issues/434
163
+ install_script : pip install coveralls
165
164
finalize_coverage_script : coveralls --finish
166
165
167
166
linkcheck_task :
You can’t perform that action at this time.
0 commit comments