Skip to content

Commit b04529b

Browse files
committed
Use codecov token for upload
1 parent abd86ca commit b04529b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/codecov.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,3 +184,15 @@ jobs:
184184
- name: Upload coverage
185185
if: matrix.coverage
186186
run: ci/codecov.sh "upload"
187+
env:
188+
BOOST_CI_CODECOV_IO_UPLOAD: skip
189+
190+
- name: Upload coverage
191+
if: matrix.coverage
192+
uses: codecov/codecov-action@v4
193+
with:
194+
disable_search: true
195+
file: coverage.info
196+
name: Github Actions
197+
token: ${{secrets.CODECOV_TOKEN}}
198+
verbose: true

0 commit comments

Comments
 (0)