Skip to content

Commit 98050c9

Browse files
authored
Merge pull request #224 from JuliaAI/dev
Update codecov.
2 parents 1421263 + cca89bd commit 98050c9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,8 @@ jobs:
4646
env:
4747
JULIA_NUM_THREADS: '2'
4848
- uses: julia-actions/julia-processcoverage@v1
49-
- uses: codecov/codecov-action@v3
49+
- uses: codecov/codecov-action@v4
5050
with:
51-
token: 080b3e97-0ae1-4282-b626-bcc1a93d158c
52-
files: lcov.info
51+
token: ${{ secrets.CODECOV_TOKEN }}
5352
fail_ci_if_error: false
5453
verbose: true

0 commit comments

Comments
 (0)