Skip to content

Commit 1b70bd2

Browse files
authored
Use Codecov token in CI (#203)
* Use Codecov token in CI * Use codecov token in downstream.yml
1 parent 86046b1 commit 1b70bd2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: .github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
- uses: julia-actions/julia-processcoverage@v1
6767
- uses: codecov/codecov-action@v4
6868
with:
69+
token: ${{ secrets.CODECOV_TOKEN }}
6970
file: lcov.info
7071
docs:
7172
name: Documentation

Diff for: .github/workflows/downstream.yml

+1
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,5 @@ jobs:
6868
- uses: julia-actions/julia-processcoverage@v1
6969
- uses: codecov/codecov-action@v4
7070
with:
71+
token: ${{ secrets.CODECOV_TOKEN }}
7172
files: lcov.info

0 commit comments

Comments
 (0)