We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 221ac67 commit 3763837Copy full SHA for 3763837
.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.0.15
+ uses: codecov/codecov-action@v1.2.1
23
with:
24
token: ${{ secrets.CODECOV }}
25
test-node-12:
0 commit comments