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 b230aef commit eeacb0dCopy full SHA for eeacb0d
2 files changed
.github/workflows/ci-julia-nightly.yml
@@ -46,5 +46,5 @@ jobs:
46
- uses: julia-actions/julia-processcoverage@v1
47
- uses: codecov/codecov-action@v5
48
with:
49
- file: lcov.info
50
- token: ${{ secrets.CODECOV_TOKEN }}
+ files: lcov.info
+ token: ${{ secrets.CODECOV_TOKEN }}
.github/workflows/ci.yml
@@ -58,7 +58,7 @@ jobs:
58
59
60
61
62
token: ${{ secrets.CODECOV_TOKEN }}
63
docs:
64
name: Documentation
0 commit comments