Skip to content

Commit

Permalink
ci: upgrade to codecov/codecov-action@4
Browse files Browse the repository at this point in the history
  • Loading branch information
bauglir committed Mar 13, 2024
1 parent f74766e commit d6e7409
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,11 @@ jobs:
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
- name: Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
file: ./lcov.info
env_vars: OS,JULIA
file: ./lcov.info
token: ${{ secrets.CODECOV_TOKEN }}
- name: Coveralls parallel
uses: coverallsapp/github-action@master
with:
Expand Down

0 comments on commit d6e7409

Please sign in to comment.