diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index 404e754b..1af17dae 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -26,4 +26,4 @@ jobs: - uses: julia-actions/julia-processcoverage@v1 - uses: codecov/codecov-action@v5 with: - file: lcov.info \ No newline at end of file + files: lcov.info \ No newline at end of file