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

Added a calculated figure for CRAP score for cobertura reports. #642

Closed rikrak closed 7 months ago

rikrak commented 7 months ago

Added a calculated figure for CRAP score for cobertura coverage reports. Also slight refactoring of the Cobertura metrics calculations to reduce repetition of parsing code. closes #641