Skip to content

Commit

Permalink
ci: update codecov-action (#980)
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Aug 6, 2021
1 parent 372f64d commit 40bcb91
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 40bcb91

Please sign in to comment.