Skip to content

Commit 4a6e144

Browse files
authored
Updates for codecov-action@v5
1 parent f4a96e9 commit 4a6e144

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
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+
token: ${{ secrets.CODECOV_TOKEN }}
49+
files: lcov.info

0 commit comments

Comments
 (0)