From dff4ebac4ca61457d3ac58a5badca909e324ff08 Mon Sep 17 00:00:00 2001 From: Geir Date: Wed, 24 Apr 2024 18:23:56 +0200 Subject: [PATCH] ci: disable coverage.xml in Codecov job --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 05c285e..7c58410 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -34,7 +34,7 @@ jobs: with: token: ${{ secrets.CODECOV_TOKEN }} slug: geddy11/sysloss - files: ./coverage.xml # coverage report (dont enable) + #files: ./coverage.xml # coverage report (dont enable) - name: Coverage badge uses: tj-actions/coverage-badge-py@v2