I'm looking for Code Coverage on Jenkins. Unfortunately I need coverage for C# projects.
What I've tried until now: I'm using dotCover (over commandline) to create either html results or xml results (it's working). I tried to use "cobertura" plugin to view the xml results (it's not working, I know, I need different xml format). I can't use only cobertura for the projects, because there are only freestyle projects and no ant/maven projects.
So is there any possibility to use dotCover results (xml/html/json) to convert to an xml format so cobertura (or any other plugin) thinks it is an actual "maven/ant" project?
Or is there any other plugin for C# CodeCoverage projects to report in Jenkins?
I'm new at this, so sorry if the question is too simple.. =) Cheers