From 74324a8716b73ec100bb948211f5c7251d991283 Mon Sep 17 00:00:00 2001 From: Finley Thomalla Date: Fri, 6 Dec 2024 14:12:22 +0100 Subject: [PATCH] ci(coverage): fix wrong output file path --- .github/workflows/push-pr-lint-test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/push-pr-lint-test.yml b/.github/workflows/push-pr-lint-test.yml index f573291..89dfdee 100644 --- a/.github/workflows/push-pr-lint-test.yml +++ b/.github/workflows/push-pr-lint-test.yml @@ -51,7 +51,6 @@ jobs: - uses: codecov/codecov-action@v4.6.0 with: token: ${{ secrets.CODECOV_TOKEN }} - files: codecov.json fail_ci_if_error: true dry_run: ${{ env.ACT }}