Skip to content
Snippets Groups Projects

Only include Radler in gcovr output

Merged Maik Nijhuis requested to merge fix-gcovr-output into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -108,7 +108,7 @@ build-2204:
.test:
stage: test
variables:
GCOVR_BASE_CMD: gcovr -j`nproc` -e 'external/.*' -e '.*/CompilerIdCXX/.*' -e '.*/test/.*' build/
GCOVR_BASE_CMD: "gcovr -j`nproc` -e 'external/.*' -e '.*/CompilerIdCXX/.*' -e '.*/test/.*' build/"
script:
- cd build/
- ctest -j`nproc` --output-on-failure -T test
Loading