Skip to content

Commit

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

Bump codecov/codecov-action from 1 to 4
  • Loading branch information
JordiManyer authored Nov 15, 2024
2 parents 6694d26 + e266063 commit 3e95bd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- run: julia --project=. -e 'using Pkg; Pkg.instantiate()'
- run: julia --project=. --color=yes --check-bounds=yes test/sequential/runtests.jl
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v4
with:
file: lcov.info
MPITests:
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
- run: cd test/TestApp/compile; ./compile.sh
- run: julia --project=test/TestApp/ --color=yes --check-bounds=yes test/mpi/runtests.jl test/TestApp/compile/TestApp.so
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v4
with:
file: lcov.info
docs:
Expand Down

0 comments on commit 3e95bd6

Please sign in to comment.