From 7ec159cd300cebbe93fd1704b538c7bb62f51132 Mon Sep 17 00:00:00 2001 From: Anderson Bravalheri Date: Mon, 13 May 2024 17:02:37 +0100 Subject: [PATCH] Add temporary workaround for coveralls --- .cirrus.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index e4bea7e..88a76b6 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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 | @@ -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: