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 b713cce commit c4f101eCopy full SHA for c4f101e
.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@894ff025c7b54547a9a2a1e9f228beae737ad3c2 # v3.1.3
+ uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4
79
with:
80
token: ${{ secrets.CODECOV_TOKEN }}
81
file: ./coverage/cobertura-coverage.xml
0 commit comments