Skip to content

Commit

Permalink
Merge pull request #223 from JuliaAI/codecov4
Browse files Browse the repository at this point in the history
Update codecov action to @v4; try to use org secret token
  • Loading branch information
ablaom authored Jul 19, 2024
2 parents eefcb8a + 2a6208b commit cca89bd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,8 @@ jobs:
env:
JULIA_NUM_THREADS: '2'
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
token: 080b3e97-0ae1-4282-b626-bcc1a93d158c
files: lcov.info
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: false
verbose: true

0 comments on commit cca89bd

Please sign in to comment.