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 39bc4f3 commit 70d98f0Copy full SHA for 70d98f0
1 file changed
.github/workflows/CI.yml
@@ -48,7 +48,7 @@ jobs:
48
- uses: julia-actions/julia-processcoverage@v1
49
- uses: codecov/codecov-action@v5
50
with:
51
- file: lcov.info
+ files: lcov.info
52
token: ${{ secrets.CODECOV_TOKEN }}
53
docs:
54
name: Documentation
0 commit comments