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 ebe432a commit 7233ccaCopy full SHA for 7233cca
.github/workflows/ci.yml
@@ -36,6 +36,7 @@ jobs:
36
- uses: julia-actions/julia-buildpkg@latest
37
- uses: julia-actions/julia-runtest@latest
38
- uses: julia-actions/julia-processcoverage@v1
39
- - uses: codecov/codecov-action@v1
+ - uses: codecov/codecov-action@v4
40
with:
41
file: lcov.info
42
+ token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments