Skip to content

Commit c9ab5a9

Browse files
committed
Attempt to remove workaround for coveralls
1 parent 2d5e8d3 commit c9ab5a9

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.cirrus.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ env:
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
@@ -52,8 +53,7 @@ env:
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

167166
linkcheck_task:

0 commit comments

Comments
 (0)