We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ec27a0 commit 9024959Copy full SHA for 9024959
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Generate coverage report
20
run: npm run test-coverage
21
- name: Upload coverage report
22
- uses: codecov/codecov-action@v1.2.1
+ uses: codecov/codecov-action@v1.3.1
23
with:
24
token: ${{ secrets.CODECOV }}
25
test-node-12:
0 commit comments