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 }}