Skip to content
Snippets Groups Projects
Commit 68f0855d authored by Maik Nijhuis's avatar Maik Nijhuis
Browse files

Only include Radler in gcovr output

parent c6706e0c
No related branches found
No related tags found
1 merge request!5Only include Radler in gcovr output
This commit is part of merge request !5. Comments created here will be created in the context of that merge request.
......@@ -114,19 +114,17 @@ build-2204:
.test:
stage: test
script:
- cd build/
- ctest -j`nproc` --output-on-failure -T test
- cd build/
- ctest -j`nproc` --output-on-failure -T test
after_script:
- gcovr -j`nproc` -e 'external/.*' -e '.*/CompilerIdCXX/.*' -e '.*/test/.*' build/
test-2004:
extends: .test
needs: ["versioning","build-2004"]
image: $BASE_IMAGE_2004
after_script:
- gcovr -j`nproc` -r .. -e '.*/external/.*' -e '.*/CompilerIdCXX/.*' -e '.*/test/.*'
test-2204:
extends: .test
needs: ["versioning","build-2204"]
image: $BASE_IMAGE_2204
after_script:
- gcovr -j`nproc` -r .. -e '.*/external/.*' -e '.*/CompilerIdCXX/.*' -e '.*/test/.*'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment