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 241cb81 commit f8d86dfCopy full SHA for f8d86df
.github/workflows/node.js.yml
@@ -28,7 +28,7 @@ jobs:
28
- run: npm ci
29
- run: npm run build --if-present
30
- run: npm run testcov
31
- - uses: codecov/codecov-action@v2
+ - uses: codecov/codecov-action@v5
32
with:
33
token: ${{ secrets.CODECOV_TOKEN }}
34
files: ./coverage/clover.xml
0 commit comments