From c45346633178a4e2b342bc2ef4efd316c801bdf4 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Wed, 26 Jun 2024 20:07:10 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=AA=20Unignore=20errors=20in=20`covera?= =?UTF-8?q?ge=20xml`=20@=20Cygwin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b8bbc750cc..a1b1d23727 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -200,7 +200,7 @@ jobs: if: hashFiles('.coverage') != '' # Rudimentary `file.exists()` run: | python -m pip install coverage - python -m coverage xml --ignore-errors + python -m coverage xml shell: C:\cygwin\bin\env.exe CYGWIN_NOWINPATH=1 CHERE_INVOKING=1 C:\cygwin\bin\bash.exe -leo pipefail -o igncr {0} - name: Publish coverage if: hashFiles('coverage.xml') != '' # Rudimentary `file.exists()`