Skip to content

Commit 3119bb4

Browse files
authored
Update CI.yml
1 parent 894c404 commit 3119bb4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,11 @@ jobs:
3636
- uses: julia-actions/julia-buildpkg@v1
3737
- uses: julia-actions/julia-runtest@v1
3838
- uses: julia-actions/julia-processcoverage@v1
39-
- uses: codecov/codecov-action@v3
39+
- uses: codecov/codecov-action@v5
4040
with:
4141
files: lcov.info
42+
token: ${{ secrets.CODECOV_TOKEN }}
43+
4244
# docs:
4345
# name: Documentation
4446
# permissions: write-all

0 commit comments

Comments
 (0)