Skip to content

Commit

Permalink
Fix codecov config (#2316)
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Apr 9, 2024
1 parent 28762c8 commit 29025d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Expand Up @@ -51,10 +51,11 @@ jobs:
env:
AVA_FORCE_CI: not-ci
- run: git diff --exit-code
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
files: coverage/lcov.info
token: ${{ secrets.CODECOV_TOKEN }}
run-rules-on-codebase:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 29025d9

Please sign in to comment.