Skip to content

Commit

Permalink
update codecov action to v4 and use token (#2172)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdeelH authored Jun 5, 2024
1 parent 3eb3ff1 commit 4a613e8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,7 @@ jobs:

- run: ./scripts/test "coverage"

- uses: codecov/codecov-action@v3
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ jobs:

- run: ./scripts/test "coverage"

- uses: codecov/codecov-action@v3
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

- run: ./scripts/cipublish
env:
Expand Down

0 comments on commit 4a613e8

Please sign in to comment.