Skip to content

Commit

Permalink
add codecov token
Browse files Browse the repository at this point in the history
  • Loading branch information
psantos-consensys authored Apr 18, 2024
1 parent bd746a4 commit 37eaa5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/node.js.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,13 @@ jobs:
npm run coverage
- name: Upload coverage to CodeCov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
name: codecov-umbrella
directory: ./coverage/
fail_ci_if_error: true
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}

notify-slack:
needs: build
Expand Down

0 comments on commit 37eaa5d

Please sign in to comment.