We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28762c8 commit 29025d9Copy full SHA for 29025d9
1 file changed
.github/workflows/main.yml
@@ -51,10 +51,11 @@ jobs:
51
env:
52
AVA_FORCE_CI: not-ci
53
- run: git diff --exit-code
54
- - uses: codecov/codecov-action@v3
+ - uses: codecov/codecov-action@v4
55
with:
56
fail_ci_if_error: true
57
files: coverage/lcov.info
58
+ token: ${{ secrets.CODECOV_TOKEN }}
59
run-rules-on-codebase:
60
runs-on: ubuntu-latest
61
steps:
0 commit comments