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 a8839f6 commit d0a088aCopy full SHA for d0a088a
.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@v2.0.2
+ uses: codecov/codecov-action@v2.0.3
79
with:
80
token: ${{ secrets.CODECOV_TOKEN }}
81
file: ./coverage/cobertura-coverage.xml
0 commit comments