Skip to content

Commit 714a5c8

Browse files
authored
Use codecov token in CI (#159)
1 parent 7e1cb4d commit 714a5c8

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
@@ -65,5 +65,6 @@ jobs:
6565
- uses: julia-actions/julia-processcoverage@v1
6666
- uses: codecov/codecov-action@v3
6767
with:
68+
token: ${{ secrets.CODECOV_TOKEN }}
6869
file: lcov.info
69-
70+

0 commit comments

Comments
 (0)