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.
1 parent 626055a commit 1566ec6Copy full SHA for 1566ec6
.github/workflows/UnitTest.yml
@@ -46,6 +46,6 @@ jobs:
46
uses: julia-actions/julia-runtest@v1
47
48
- uses: julia-actions/julia-processcoverage@v1
49
- - uses: codecov/codecov-action@v1
+ - uses: codecov/codecov-action@v4
50
with:
51
file: lcov.info
.github/workflows/UnitTestArm.yml
@@ -62,6 +62,6 @@ jobs:
62
julia -e 'using InteractiveUtils; versioninfo();'
63
julia --project=. --check-bounds=yes --color=yes -e 'using Pkg; Pkg.build(); Pkg.test(coverage=true)'
64
65
66
67
0 commit comments