File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -195,3 +195,15 @@ jobs:
195
195
- name : Upload coverage
196
196
if : matrix.coverage
197
197
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
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import ../../../config/checks/config : requires ;
16
16
using quickbook ;
17
17
using auto-index ;
18
18
19
- import ../../../predef/check/predef
19
+ import ../../../predef/tools/ check/predef
20
20
: check require
21
21
: predef-check predef-require ;
22
22
You can’t perform that action at this time.
0 commit comments