Skip to content

Commit 0d3f301

Browse files
Update .github/workflows/CI.yml
1 parent 91609f3 commit 0d3f301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ jobs:
4646
- uses: julia-actions/julia-processcoverage@v1
4747
- uses: codecov/codecov-action@v5
4848
with:
49-
file: lcov.info
49+
files: lcov.info
5050
token: ${{ secrets.CODECOV_TOKEN }}
5151
fail_ci_if_error: true

0 commit comments

Comments
 (0)