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?

0
1 comment
Avatar
Permanently deleted user

Hello,

Unfortunately, there is no report type in dotCover that would contain numbers of covered/uncovered types/methods.

0

Please sign in to leave a comment.