We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
codecov-action
1 parent 0de01fe commit 9d84091Copy full SHA for 9d84091
.github/workflows/nodejs.yml
@@ -92,6 +92,6 @@ jobs:
92
run: npm run test:coverage -- --ci
93
94
- name: Submit coverage data to codecov
95
- uses: codecov/codecov-action@v1
+ uses: codecov/codecov-action@v2
96
with:
97
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments