Skip to content

Commit 28a5ffb

Browse files
authored
Merge pull request #1124 from boostorg/codecov
Improve reliability of codecov upload
2 parents 826ceaf + 95367e1 commit 28a5ffb

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
@@ -195,3 +195,15 @@ jobs:
195195
- name: Upload coverage
196196
if: matrix.coverage
197197
run: ci/codecov.sh "upload"
198+
env:
199+
BOOST_CI_CODECOV_IO_UPLOAD: skip
200+
201+
- name: Upload coverage
202+
if: matrix.coverage
203+
uses: codecov/codecov-action@v4
204+
with:
205+
disable_search: true
206+
file: coverage.info
207+
name: Github Actions
208+
token: ${{secrets.CODECOV_TOKEN}}
209+
verbose: true

0 commit comments

Comments
 (0)