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
PhoenixMath
Commits
0549e64f
Commit
0549e64f
authored
Dec 21, 2020
by
Pierre Aubert
Browse files
Update command to create coverage xml report
parent
f942eee1
Pipeline
#96847
passed with stages
in 5 minutes and 26 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
.gitlab-ci.yml
.gitlab-ci.yml
+1
-0
doc/mainpage.dox
doc/mainpage.dox
+2
-1
No files found.
.gitlab-ci.yml
View file @
0549e64f
...
...
@@ -51,6 +51,7 @@ TestCoverage:
-
make ExperimentalCoverage
-
cd ../coverage
-
gcovr -r ../ --html cov_report.html --html-details
-
gcovr -r ../ --xml Coverage.xml
artifacts
:
paths
:
-
coverage
...
...
doc/mainpage.dox
View file @
0549e64f
/** @mainpage Set of mathematic tools such as histograms
*
* <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