Skip to content

Commit

Permalink
Merge pull request #85 from SciML/dependabot/github_actions/codecov/c…
Browse files Browse the repository at this point in the history
…odecov-action-3

Bump codecov/codecov-action from 2 to 3
  • Loading branch information
ChrisRackauckas committed Mar 13, 2023
2 parents 2fe5899 + a7808d3 commit b613a6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ jobs:
env:
GROUP: ${{ matrix.group }}
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v2
- uses: codecov/codecov-action@v3
with:
files: lcov.info
2 changes: 1 addition & 1 deletion .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
DATADEPS_ALWAYS_ACCEPT: true
run: julia --code-coverage=user --project=docs/ --color=yes docs/make.jl
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v2
- uses: codecov/codecov-action@v3
with:
files: lcov.info

0 comments on commit b613a6f

Please sign in to comment.