Skip to content

Commit

Permalink
Update CI (#417)
Browse files Browse the repository at this point in the history
Fix Codecov action. 
Ref: https://discourse.julialang.org/t/psa-new-version-of-codecov-action-requires-additional-setup/109857/1

I have added CODECOV_TOKEN as an organization secret so this should be the only change required
  • Loading branch information
nhz2 authored Feb 18, 2024
1 parent 0398aa6 commit a10fe3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,6 @@ jobs:
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: lcov.info

0 comments on commit a10fe3b

Please sign in to comment.