Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Florian Klemme
CppKlausur
Commits
4567e2f9
Commit
4567e2f9
authored
Apr 07, 2021
by
Florian Klemme
Browse files
Merge branch 'fklemme-master-patch-76935' into 'master'
Coverage Einstellungen See merge request
!1
parents
d25c7f20
cdf3fe5b
Pipeline
#71
passed with stages
in 2 minutes and 2 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
4567e2f9
...
...
@@ -3,4 +3,4 @@
.vscode/
# Build files
build/
\ No newline at end of file
build/
.gitlab-ci.yml
View file @
4567e2f9
...
...
@@ -20,8 +20,11 @@ test:
-
cmake -S . -B build -D ENABLE_COVERAGE=ON
-
cmake --build build
-
(cd build && ctest)
-
gcovr --xml-pretty --exclude-unreachable-branches --print-summary -o coverage.xml --exclude build/_deps/
-
gcovr --root . --exclude test/ --exclude build/_deps/ --xml-pretty -o coverage.xml --print-summary
-
gcovr --root . --exclude test/ --exclude build/_deps/ --html-details -o coverage.html
coverage
:
/^\s*lines:\s*\d+.\d+\%/
artifacts
:
reports
:
cobertura
:
coverage.xml
paths
:
-
coverage.*.html
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment