Skip to content

Commit 063c3c1

Browse files
authored
Update .github/workflows/ci.yml
1 parent 84a2f18 commit 063c3c1

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
@@ -65,6 +65,6 @@ jobs:
6565
- uses: julia-actions/julia-processcoverage@v1
6666
- uses: codecov/codecov-action@v5
6767
with:
68-
file: lcov.info
68+
files: lcov.info
6969
token: ${{ secrets.CODECOV_TOKEN }}
7070
continue-on-error: true

0 commit comments

Comments
 (0)