Closed mschmieder closed 5 years ago
Hey @mschmieder Thanks for using my plugin 👍
Your xml file looks correct.
Are your files modified?
As noted in the Readme
It inspects only modified and added files, deleted ones are not considered useful for this report.
It's my intention to only focus on the merge request and not all files in the project.
P.S: Greetins from Karlsruhe :)
@Kyaak
That explains it! Sorry my bad...thanks for helping out!
Hi @Kyaak
I'm currently trying to use the plugin to show some coverage results created by
gcov
in combination withgcovr
and show the results in GitLab on merge requests.Unluckily the plugin seems not to report anything back. The file is there, I checked, and also the plugin does not complain about not being able to read it (which it does if the path is wrong...)
This is the dangerfile config
The output does not show anything
I'm not sure if this has to do with the xml file itself though - that's why attached it to this issue. coverage.xml.zip
Is there a way to easily test if the xml file if it works properly?
Best, Matthias
P.S: Greetings from Freiburg :)