Skip to content

Commit

Permalink
ci: update codecov-action to v2 (#544)
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Aug 15, 2021
1 parent f52d4c2 commit 4899cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Expand Up @@ -92,6 +92,6 @@ jobs:
run: npm run test:coverage -- --ci

- name: Submit coverage data to codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v2
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 4899cc5

Please sign in to comment.