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.65k stars 283 forks source link

Crap score should be rounded to integers #699

Closed t-b closed 2 weeks ago

t-b commented 1 month ago

We are using ReportGenerator Pro for a project 1. The newly added crap score is interesting. I do think though that it should be rounded to integer for better readibility.

danielpalme commented 1 month ago

I made the necessary change in 2dd7e8c146d18d28e9d3c45001633bf88c4b06de.
The next release will contain the new behavior.

t-b commented 1 month ago

Thanks!

danielpalme commented 2 weeks ago

Release 5.4.0 is now available!

t-b commented 1 week ago

@danielpalme Thanks. I'll give it a shot.