Skip to content

Releases: 123inkt/phpunit-file-coverage-inspection

v1.3.0

14 Feb 15:52
00336f6
Compare
Choose a tag to compare

Added method names to the error message when methods have no coverage.

v1.2.0

12 Jan 08:31
fb4af2a
Compare
Choose a tag to compare

Improved relative path comparison between coverage.xml and the baseline

v1.1.2

13 Dec 20:39
Compare
Choose a tag to compare

Bumped requirements to PHP7.4+ and allow Symfony 6+

v1.1.1

31 Aug 14:20
bf42288
Compare
Choose a tag to compare

Added exit code on failure option flag

v1.1.0

16 Oct 08:09
a1b9fb9
Compare
Choose a tag to compare

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

18 Sep 12:58
a93f107
Compare
Choose a tag to compare

Initial release.