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 061f3c8 commit 720b848Copy full SHA for 720b848
.github/workflows/Documentation.yml
@@ -33,6 +33,6 @@ jobs:
33
- uses: julia-actions/julia-processcoverage@v1
34
- uses: codecov/codecov-action@v5
35
with:
36
- file: lcov.info
+ files: lcov.info
37
token: ${{ secrets.CODECOV_TOKEN }}
38
fail_ci_if_error: true
0 commit comments