Skip to content

Commit fc2ebf5

Browse files
committed
Merge branch 'develop' into issue1120
2 parents e287517 + 28a5ffb commit fc2ebf5

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
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

reporting/performance/Jamfile.v2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import ../../../config/checks/config : requires ;
1616
using quickbook ;
1717
using auto-index ;
1818

19-
import ../../../predef/check/predef
19+
import ../../../predef/tools/check/predef
2020
: check require
2121
: predef-check predef-require ;
2222

0 commit comments

Comments
 (0)