Skip to content

Commit 1f0a5a3

Browse files
committed
Add token for Codecov
1 parent 652605d commit 1f0a5a3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.codecov.yml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
comment: false

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,5 @@ jobs:
4949
- uses: julia-actions/julia-processcoverage@v1
5050
- uses: codecov/codecov-action@v4
5151
with:
52-
file: lcov.info
52+
file: lcov.info
53+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)