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 e527d10 commit 24e2257Copy full SHA for 24e2257
.github/workflows/build.yml
@@ -63,7 +63,7 @@ jobs:
63
- name: Test
64
run: npm test
65
- name: Upload coverage to Codecov
66
- uses: codecov/codecov-action@e3c560433a6cc60aec8812599b7844a7b4fa0d71 # tag=v3.0.0
+ uses: codecov/codecov-action@81cd2dc8148241f03f5839d295e000b8f761e378 # tag=v3.1.0
67
with:
68
token: ${{ secrets.CODECOV_TOKEN }}
69
file: ./coverage/cobertura-coverage.xml
0 commit comments