Skip to content

Commit

Permalink
Merge pull request #468 from SciML/dependabot/github_actions/codecov/…
Browse files Browse the repository at this point in the history
…codecov-action-4

build(deps): bump codecov/codecov-action from 3 to 4
  • Loading branch information
ChrisRackauckas authored Feb 5, 2024
2 parents 0ff4243 + 717fb4c commit 10879e0
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 @@ -35,6 +35,6 @@ jobs:
- uses: julia-actions/julia-processcoverage@v1
with:
directories: src,lib/SurrogatesAbstractGPs/src,lib/SurrogatesFlux/src,lib/SurrogatesMOE/src,lib/SurrogatesPolyChaos/src,lib/SurrogatesRandomForest/src,lib/SurrogatesSVM/src
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
file: lcov.info
2 changes: 1 addition & 1 deletion .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
- uses: julia-actions/julia-processcoverage@v1
with:
directories: src,lib/SurrogatesAbstractGPs/src,lib/SurrogatesFlux/src,lib/SurrogatesMOE/src,lib/SurrogatesPolyChaos/src,lib/SurrogatesRandomForest/src,lib/SurrogatesSVM/src
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
file: lcov.info

0 comments on commit 10879e0

Please sign in to comment.