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 92c9596 commit 17fe0d0Copy full SHA for 17fe0d0
.github/workflows/nodejs.yml
@@ -88,6 +88,6 @@ jobs:
88
run: npm run test:coverage -- --ci
89
90
- name: Submit coverage data to codecov
91
- uses: codecov/codecov-action@v1
+ uses: codecov/codecov-action@v2
92
with:
93
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments