2.0.2
2.0.2 - 2024-12-03
Changed
- Updated total coverage calculation within the CoverageCheck::processByFile() method, as it was producing different totals than the normal process method.
- Now relies on total elements and total covered elements, instead of gathering percent coverage for each file and dividing by file count.
- Updated unit test(s) accordingly