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
Open sidebar
CTA-LAPP
PHOENIX_LIBS
PhoenixGraph
Commits
30c72981
Commit
30c72981
authored
Dec 21, 2020
by
Pierre Aubert
Browse files
Update command to create coverage xml report
parent
891ba0e0
Pipeline
#96845
passed with stages
in 5 minutes and 37 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
doc/mainpage.dox
doc/mainpage.dox
+1
-1
No files found.
.gitlab-ci.yml
View file @
30c72981
...
...
@@ -53,7 +53,7 @@ TestCoverage:
-
make ExperimentalCoverage
-
cd ../coverage
-
gcovr -r ../ --html cov_report.html --html-details
-
cp ../build/Testing/$(head -n 1 ../build/Testing/TAG)/
Coverage.xml
.
-
gcovr -r ../ --xml
Coverage.xml
artifacts
:
paths
:
-
coverage
...
...
doc/mainpage.dox
View file @
30c72981
/** @mainpage This library provides tools to ease graph manipulation
*
* <a href="coverage/cov_report.html">See test coverage detail from gcovr</a>
* <a href="coverage/cov_report.html">See test coverage detail from gcovr</a>
<br />
<a href="coverage/Coverage.xml">See test coverage report</a>
*/
...
...
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