Skip to content

Commit

Permalink
Update node.js.yml/fix codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
Dereje1 authored Apr 11, 2024
1 parent 14654ff commit d283741
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,6 @@ jobs:
- run: npm run lint
- run: npm run coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit d283741

Please sign in to comment.