We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8674360 + d76dfec commit b7b124dCopy full SHA for b7b124d
.github/workflows/CI.yml
@@ -45,7 +45,7 @@ jobs:
45
- run: DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --project -e 'using Pkg; Pkg.instantiate()'
46
- run: DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --project --code-coverage=user -e "using TestEnv; TestEnv.activate(); include(\"test/runtests.jl\")"
47
- uses: julia-actions/julia-processcoverage@v1
48
- - uses: codecov/codecov-action@v2
+ - uses: codecov/codecov-action@v5
49
with:
50
files: lcov.info
51
0 commit comments