Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dorie
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
31
Issues
31
List
Boards
Labels
Service Desk
Milestones
Merge Requests
9
Merge Requests
9
Operations
Operations
Incidents
Environments
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
dorie
dorie
Commits
a87d39d1
Commit
a87d39d1
authored
Sep 03, 2018
by
Lukas Riedel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Specify correct root path for gcovr. Reverse order to ensure coverage report
parent
237ad00a
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.gitlab-ci.yml
.gitlab-ci.yml
+2
-2
No files found.
.gitlab-ci.yml
View file @
a87d39d1
...
...
@@ -177,8 +177,8 @@ test:unit-tests:
-
$DUNECONTROL --only=dorie configure
-
$DUNECONTROL --only=dorie make unit_tests
# report coverage
-
$DUNECONTROL --only=dorie bexec "./run-in-dune-env gcovr"
-
$DUNECONTROL --only=dorie bexec "./run-in-dune-env gcovr --
html -o build-cmake/test/coverage.html
"
-
$DUNECONTROL --only=dorie bexec "./run-in-dune-env gcovr
--root ../ --html -o coverage.html
"
-
$DUNECONTROL --only=dorie bexec "./run-in-dune-env gcovr --
root ../
"
coverage
:
'
/^TOTAL.*\s+(\d+\%)$/'
# --- Deploy jobs ---
...
...
Write
Preview
Markdown
is supported
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