Skip to content

Commit

Permalink
Merge pull request #1835 from JuliaStats/dependabot/github_actions/co…
Browse files Browse the repository at this point in the history
…decov/codecov-action-4

Bump codecov/codecov-action from 3 to 4
  • Loading branch information
ViralBShah authored Feb 27, 2024
2 parents f9c4a97 + 4c9e968 commit a9b0e3c
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 @@ -57,8 +57,10 @@ jobs:
Pkg.instantiate()'
- run: julia --project=perf perf/samplers.jl
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }} # required
fail_ci_if_error: true
files: lcov.info
docs:
name: Documentation
Expand Down

0 comments on commit a9b0e3c

Please sign in to comment.