Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F114368
D31.1732540944.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
784 B
Referenced Files
None
Subscribers
None
D31.1732540944.diff
View Options
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -95,7 +95,7 @@
-Dlibkazv_BUILD_EXAMPLES=ON -Dlibkazv_BUILD_KAZVJOB=ON -Dlibkazv_ENABLE_COVERAGE=ON -DCMAKE_CXX_FLAGS=-fsanitize=address && \
make -j$JOBS && \
make CTEST_OUTPUT_ON_FAILURE=1 test && \
- gcovr --xml-pretty --exclude-unreachable-branches --print-summary -o coverage.xml -r "${CI_PROJECT_DIR}" --object-directory src -e '.*/api/.*'
+ gcovr --xml-pretty --exclude-unreachable-branches --print-summary -o coverage.xml -r "${CI_PROJECT_DIR}" --object-directory src -e '.*/api/.*' -e '.*/tests/.*' -e '.*/testfixtures/.*' -e '.*/examples/.*'
coverage: /^\s*lines:\s*\d+.\d+\%/
artifacts:
name: ${CI_JOB_NAME}-${CI_COMMIT_REF_NAME}-${CI_COMMIT_SHA}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Nov 25, 5:22 AM (12 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
40205
Default Alt Text
D31.1732540944.diff (784 B)
Attached To
Mode
D31: Exclude tests, testfixtures and examples from coverage report
Attached
Detach File
Event Timeline
Log In to Comment