We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e95bd6 commit ef46126Copy full SHA for ef46126
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
- run: julia --project=. -e 'using Pkg; Pkg.instantiate()'
36
- run: julia --project=. --color=yes --check-bounds=yes test/sequential/runtests.jl
37
- uses: julia-actions/julia-processcoverage@v1
38
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
39
with:
40
file: lcov.info
41
MPITests:
@@ -75,7 +75,7 @@ jobs:
75
- run: cd test/TestApp/compile; ./compile.sh
76
- run: julia --project=test/TestApp/ --color=yes --check-bounds=yes test/mpi/runtests.jl test/TestApp/compile/TestApp.so
77
78
79
80
81
docs:
0 commit comments