Skip to content

Commit d6ff8da

Browse files
abravalherihenryiii
authored andcommitted
Attempt to remove workaround for coveralls
1 parent c8ff9bd commit d6ff8da

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
@@ -13,6 +13,7 @@ env:
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
@@ -56,8 +57,7 @@ env:
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

164163
linkcheck_task:

0 commit comments

Comments
 (0)