We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f842d95 commit 00283ceCopy full SHA for 00283ce
.github/workflows/build.yml
@@ -75,7 +75,7 @@ jobs:
75
- name: Test
76
run: npm run test:ci
77
- name: Upload coverage to Codecov
78
- uses: codecov/codecov-action@f32b3a3741e1053eb607407145bc9619351dc93b # tag=v2.1.0
+ uses: codecov/codecov-action@e3c560433a6cc60aec8812599b7844a7b4fa0d71 # tag=v3.0.0
79
with:
80
token: ${{ secrets.CODECOV_TOKEN }}
81
file: ./coverage/cobertura-coverage.xml
0 commit comments