We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d70026a + 1556d4e commit d3ccda7Copy full SHA for d3ccda7
2 files changed
.github/workflows/UnitTest.yml
@@ -42,7 +42,7 @@ jobs:
42
uses: julia-actions/julia-runtest@v1
43
44
- uses: julia-actions/julia-processcoverage@v1
45
- - uses: codecov/codecov-action@v5
+ - uses: codecov/codecov-action@v6
46
with:
47
token: ${{ secrets.CODECOV_TOKEN }} # required
48
fail_ci_if_error: true
.github/workflows/UnitTestArm.yml
@@ -69,7 +69,7 @@ jobs:
69
julia --compile=min -O0 -e 'using InteractiveUtils; versioninfo();'
70
julia --project=. --check-bounds=yes --color=yes -e 'using Pkg; Pkg.build(); Pkg.test(coverage=true)'
71
72
73
74
75
0 commit comments