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