From 2b91bcf7eaf2ceafdd7345d33fd36888bda74b9f Mon Sep 17 00:00:00 2001 From: welpo Date: Thu, 21 Nov 2024 16:03:30 +0100 Subject: [PATCH] fix(ci): update Codecov action to use 'files' parameter for coverage report --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7d866ef..b99bfa8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,7 +29,7 @@ jobs: - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v5 with: - file: ./coverage.xml + files: ./coverage.xml fail_ci_if_error: true verbose: true env: