Skip to content

Commit 1b266b9

Browse files
committed
Fix typo in CI.yml
1 parent 40b3914 commit 1b266b9

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
@@ -52,7 +52,7 @@ jobs:
5252
- uses: julia-actions/julia-processcoverage@v1
5353
- uses: codecov/codecov-action@v5
5454
with:
55-
file: lcov.info
55+
files: lcov.info
5656
token: ${{ secrets.CODECOV_TOKEN }}
5757
docs:
5858
name: Documentation

0 commit comments

Comments
 (0)