Skip to content

Commit

Permalink
Merge pull request #224 from JuliaAI/dev
Browse files Browse the repository at this point in the history
Update codecov.
  • Loading branch information
ablaom authored Jul 19, 2024
2 parents 1421263 + cca89bd commit 98050c9
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 98050c9

Please sign in to comment.