Releases: 123inkt/phpunit-file-coverage-inspection
Releases · 123inkt/phpunit-file-coverage-inspection
v1.3.0
Added method names to the error message when methods have no coverage.
v1.2.0
Improved relative path comparison between coverage.xml and the baseline
v1.1.2
Bumped requirements to PHP7.4+ and allow Symfony 6+
v1.1.1
Added exit code on failure option flag
v1.1.0
Allow or disallow methods to have no coverage
- if configured coverage is below 100%, still enforce all methods to have some coverage
- default behaviour now to disallow uncovered methods. Can be disable via configuration file.
v1.0.0
Initial release.