danielpalme / ReportGenerator

ReportGenerator converts coverage reports generated by coverlet, OpenCover, dotCover, Visual Studio, NCover, Cobertura, JaCoCo, Clover, gcov or lcov into human readable reports in various formats.
https://reportgenerator.io
Apache License 2.0
2.56k stars 279 forks source link

Question: Is the format created by the CTC++ tool supported as input for report generator? #661

Closed MTomBosch closed 4 months ago

MTomBosch commented 4 months ago

Hello, there is German software vendor Verifysoft that sells a codecoverage tool called CTC++. Can the report generator also parse the XML files that are the output of this tool?

danielpalme commented 4 months ago

No that format is currently not supported. Since you can't simply download CTC++, it not easy to implement.

MTomBosch commented 4 months ago

OK. Was expecting that ;) Nevertheless thank you for the quick response.