Skip to content

Commit

Permalink
build(deps): give token to codecov for v4
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephKav authored Feb 1, 2024
1 parent 1dcd8ce commit 950aa49
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,7 @@ jobs:

- name: Publish coverage
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
verbose: true
verbose: true

0 comments on commit 950aa49

Please sign in to comment.