How to get class and method coverage
Completed
I'm using dotCover from command line to generate coverage report for my builds. I want to get various coverage numbers out of it and display in build results but looking at report XML I see only statement coverage numbers. Is there a way to get class and method coverage other than parsing XML myself and counting?
Please sign in to leave a comment.
Hello,
Unfortunately, there is no report type in dotCover that would contain numbers of covered/uncovered types/methods.