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 0e8393e commit d5ebccfCopy full SHA for d5ebccf
.github/workflows/tests.yml
@@ -32,7 +32,7 @@ jobs:
32
# with:
33
# skip-step: install
34
# test-script: yarn run jest --ci --coverage --testLocationInResults
35
- - uses: codecov/codecov-action@v3
+ - uses: codecov/codecov-action@v4
36
with:
37
# token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
38
files: .coverage/lcov.info
0 commit comments