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 cb8452e commit b49bf86Copy full SHA for b49bf86
.github/workflows/build.yml
@@ -65,7 +65,7 @@ jobs:
65
- name: Test
66
run: npm run test:ci
67
- name: Upload coverage to Codecov
68
- uses: codecov/codecov-action@v1.0.13
+ uses: codecov/codecov-action@v1.0.14
69
with:
70
token: ${{ secrets.CODECOV_TOKEN }}
71
file: ./coverage/cobertura-coverage.xml
0 commit comments