We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
codecov-action
1 parent 8b3450a commit 7458335Copy full SHA for 7458335
.github/workflows/nodejs.yml
@@ -91,6 +91,6 @@ jobs:
91
run: npm run test:coverage -- --ci
92
93
- name: Submit coverage data to codecov
94
- uses: codecov/codecov-action@v1
+ uses: codecov/codecov-action@v2
95
with:
96
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments