Skip to content

Commit

Permalink
Merge pull request #922 from sloede/msl/bump-codecov-action-version
Browse files Browse the repository at this point in the history
Bump codecov/codecov-action from 3 to 4 + pass CODECOV_TOKEN
  • Loading branch information
sjkelly authored Apr 3, 2024
2 parents dad329d + fefaab9 commit 41ef30d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,11 @@ jobs:
with:
coverage: ${{ matrix.coverage }}
- uses: julia-actions/julia-processcoverage@latest
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
file: lcov.info
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
docs:
runs-on: ubuntu-latest
timeout-minutes: 30
Expand Down

0 comments on commit 41ef30d

Please sign in to comment.