Skip to content

Commit 20e4c03

Browse files
Merge pull request #305 from JuliaDiff/gd/add_codecov_token
Add codecov token to CI
2 parents a984510 + 58aaed4 commit 20e4c03

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
@@ -40,6 +40,7 @@ jobs:
4040
- uses: julia-actions/julia-processcoverage@v1
4141
with:
4242
directories: src,ext
43-
- uses: codecov/codecov-action@v3
43+
- uses: codecov/codecov-action@v4
4444
with:
45+
token: ${{ secrets.CODECOV_TOKEN }}
4546
files: lcov.info

0 commit comments

Comments
 (0)