We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 61a91ab + 9024959 commit ad67b63Copy full SHA for ad67b63
.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