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 2c4457e + d4b3d90 commit 587451fCopy full SHA for 587451f
.github/workflows/CI.yml
@@ -41,6 +41,7 @@ jobs:
41
- uses: julia-actions/julia-buildpkg@v1
42
- uses: julia-actions/julia-runtest@v1
43
- uses: julia-actions/julia-processcoverage@v1
44
- - uses: codecov/codecov-action@v1
+ - uses: codecov/codecov-action@v4
45
with:
46
+ token: ${{ secrets.CODECOV_TOKEN }}
47
file: lcov.info
0 commit comments