We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ecfd15 commit e73ff9fCopy full SHA for e73ff9f
.github/workflows/ci.yml
@@ -264,6 +264,7 @@ jobs:
264
name: Github Actions
265
token: ${{secrets.CODECOV_TOKEN}}
266
verbose: true
267
+ working-directory: ${{env.BOOST_CI_SRC_FOLDER}}
268
269
- name: Run coverity
270
if: matrix.coverity && github.event_name == 'push' && (github.ref_name == 'develop' || github.ref_name == 'master')
0 commit comments