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 4dece13 commit a9661c3Copy full SHA for a9661c3
.github/workflows/cmake-multi-platform.yml
@@ -104,4 +104,4 @@ jobs:
104
- name: Test + Coverage
105
if: steps.strings.outputs.enable_coverage == 'ON'
106
working-directory: ${{ steps.strings.outputs.build-output-dir }}/tests
107
- run: cmake --build ${{ steps.strings.outputs.build-output-dir }} --config ${{ matrix.build_type }} -t coverage
+ run: cmake --build ${{ steps.strings.outputs.build-output-dir }} --config ${{ matrix.build_type }} -t coverage_cpp_init_test
0 commit comments