Replies: 1 comment 10 replies
-
ReportGenerator is agnostic about the used programming language. |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been trying to get ReportGenerator to report on our C++ codebase. My input is a Cobertura data file produced by CPPCoverage (https://github.com/atlaste/CPPCoverage). I run that through ReportGenerator to produce HTML. I get a directory containing HTML output but it's essentially empty. It has a Summary section with all counts zero. And the Coverage section says simply "No assemblies have been covered". I've also tried using CPPCoverage's native file format with exactly the same results.
Am I doing something wrong or is this tool not capable of producing output for C++ code?
Thanks for any input on this.
Beta Was this translation helpful? Give feedback.
All reactions