We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 192ddc6 commit 4af00d1Copy full SHA for 4af00d1
.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.3
+ uses: codecov/codecov-action@v2.1.0
79
with:
80
token: ${{ secrets.CODECOV_TOKEN }}
81
file: ./coverage/cobertura-coverage.xml
0 commit comments