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 40b3914 commit 1b266b9Copy full SHA for 1b266b9
.github/workflows/CI.yml
@@ -52,7 +52,7 @@ jobs:
52
- uses: julia-actions/julia-processcoverage@v1
53
- uses: codecov/codecov-action@v5
54
with:
55
- file: lcov.info
+ files: lcov.info
56
token: ${{ secrets.CODECOV_TOKEN }}
57
docs:
58
name: Documentation
0 commit comments