Skip to content

Commit

Permalink
Add temporary workaround for coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed May 7, 2024
1 parent 5ea862f commit beb539f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ env:
-n 5 --randomly-seed=42 -rfEx --durations 10 --color yes
submit_coverage_script:
- pipx run coverage xml -o coverage.xml
- pipx run coveralls --submit coverage.xml
- pipx run 'coveralls<4' --submit coverage.xml
# ^-- https://github.com/TheKevJames/coveralls-python/issues/434

# Deep clone script for POSIX environments (required for setuptools-scm)
.clone_script: &clone |
Expand Down Expand Up @@ -159,7 +160,8 @@ finalize_task:
container: {image: "python:3.10-bullseye"}
depends_on: [test]
<<: *task-template
install_script: pip install coveralls
install_script: pip install 'coveralls<4'
# ^-- https://github.com/TheKevJames/coveralls-python/issues/434
finalize_coverage_script: coveralls --finish

linkcheck_task:
Expand Down

0 comments on commit beb539f

Please sign in to comment.