Skip to content

Commit c9a2761

Browse files
authored
Update .github/workflows/CI.yml
1 parent 972e9df commit c9a2761

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CI.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,5 @@ jobs:
4545
- uses: julia-actions/julia-processcoverage@v1
4646
- uses: codecov/codecov-action@v5
4747
with:
48-
file: lcov.info
48+
files: lcov.info
49+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)