We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f09b55 commit f5825c0Copy full SHA for f5825c0
.github/workflows/build.yml
@@ -67,7 +67,7 @@ jobs:
67
- name: Test
68
run: npm run test:ci
69
- name: Upload coverage to Codecov
70
- uses: codecov/[email protected].10
+ uses: codecov/[email protected].13
71
with:
72
token: ${{ secrets.CODECOV_TOKEN }}
73
file: ./coverage/cobertura-coverage.xml
0 commit comments