Skip to content

Commit

Permalink
Merge pull request #105 from abravalheri/workaround-coveralls
Browse files Browse the repository at this point in the history
Add temporary workaround for coveralls
  • Loading branch information
abravalheri authored May 13, 2024
2 parents 1c1538b + 7ec159c commit 9658565
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 @@ -45,7 +45,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 @@ -158,7 +159,8 @@ finalize_task:
container: {image: "python:3.10-bullseye"}
depends_on: [test, doctest]
<<: *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 9658565

Please sign in to comment.