From d92c5a3a15ff677b4d63e4f04cea7766b7fc57c5 Mon Sep 17 00:00:00 2001 From: Connor Sullivan Date: Wed, 24 Jul 2024 00:10:05 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Fix=20codecov=20upload?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Uses source cobertura files instead of consolidated in hopes of fixing Codecov upload issue. --- .github/workflows/pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index 68e2da3..483798d 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -66,7 +66,7 @@ jobs: with: disable_search: true fail_ci_if_error: true - files: coverage/report/Cobertura.xml + files: coverage/*.cobertura.xml flags: unittests plugins: noop token: ${{ secrets.CODECOV_TOKEN }}