Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gepetto
dashboard
Commits
ade0f209
Commit
ade0f209
authored
Sep 07, 2020
by
Guilhem Saurel
Browse files
gcovr: exclude CMakeFiles
parent
c7835743
Pipeline
#11055
passed with stage
in 5 minutes and 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
rainboard/templates/rainboard/gitlab-ci.yml
View file @
ade0f209
...
...
@@ -47,8 +47,8 @@ cache:
{
%
if project.docs %
}
- make doc
- mv doc/doxygen-html ${CI_PROJECT_DIR}
{
%
endif %
}{
%
if project.tests%
}
- mkdir -p ${CI_PROJECT_DIR}/coverage/
- gcovr -r .
- gcovr -r . --html --html-details -o ${CI_PROJECT_DIR}/coverage/index.html
- gcovr
-e CMakeFiles
-r .
- gcovr
-e CMakeFiles
-r . --html --html-details -o ${CI_PROJECT_DIR}/coverage/index.html
{
%
endif %
}
artifacts
:
expire_in
:
1 day
paths
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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