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 be7b2bb commit d224e44Copy full SHA for d224e44
1 file changed
.github/workflows/build_cmake.yml
@@ -90,7 +90,6 @@ jobs:
90
- name: Windows - Test and coverage
91
if: runner.os == 'Windows'
92
working-directory: ./build
93
- # The problem here is that you can't just use ctest...
94
run: |
95
OpenCppCoverage.exe --sources cpp_starter_project --export_type cobertura:coverage.xml --cover_children -- ctest -C $BUILD_TYPE
96
0 commit comments