Skip to content

Commit

Permalink
Fix codecov (addresses #605)
Browse files Browse the repository at this point in the history
This is necessary because changes were made to
codecov.io so that a token is required to upload.
  • Loading branch information
k-doering-NOAA committed May 31, 2024
1 parent 9f13e8d commit 93c2625
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/call-calc-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ on:
jobs:
call-workflow:
uses: nmfs-fish-tools/ghactions4r/.github/workflows/calc-coverage.yml@main
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

1 change: 1 addition & 0 deletions .github/workflows/get-gtest-codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
uses: codecov/codecov-action@v3
with:
files: coverage.xml
token: ${{ secrets.CODECOV_TOKEN }}



0 comments on commit 93c2625

Please sign in to comment.