Skip to content

Commit

Permalink
Merge pull request #1124 from boostorg/codecov
Browse files Browse the repository at this point in the history
Improve reliability of codecov upload
  • Loading branch information
mborland authored Apr 24, 2024
2 parents 826ceaf + 95367e1 commit 28a5ffb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,3 +195,15 @@ jobs:
- name: Upload coverage
if: matrix.coverage
run: ci/codecov.sh "upload"
env:
BOOST_CI_CODECOV_IO_UPLOAD: skip

- name: Upload coverage
if: matrix.coverage
uses: codecov/codecov-action@v4
with:
disable_search: true
file: coverage.info
name: Github Actions
token: ${{secrets.CODECOV_TOKEN}}
verbose: true

0 comments on commit 28a5ffb

Please sign in to comment.