Skip to content

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

v3.0.1

21 Feb 19:50
b0cc64f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.0.1

v3.0.0

21 Feb 13:19
c77aaa6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.2...v3.0.0

v2.2.2

31 Oct 09:59
0eaf0bc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.1...v2.2.2

v2.2.1

18 Jun 12:30
434e41b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.0...v2.2.1

v2.2.0

06 Jun 15:12
cbd78c5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.0...v2.2.0

v2.1.0

05 Dec 10:32
cfbf1ba
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.1.0

v2.0.0

28 Mar 16:35
3708c55
Compare
Choose a tag to compare

Adds the ability to output to a file with a specific format, and to stdout in text format.

Breaking change to the command argument list:

  • dropped the 3rd required argument that specified the file to output
  • dropped --report parameter
  • added --reportGitlab=[<file>], --reportCheckstyle=[<file>], --reportText=[<file>]

v1.6.0

18 Jul 20:37
9dad8f0
Compare
Choose a tag to compare
  • Improvement: when no renderer is specified, errors will be rendered to stdout.
  • Bugfix: all methods of a class were reported, instead of the actual uncovered methods.

v1.5.0

11 Jul 08:05
9831b97
Compare
Choose a tag to compare

Added the ability to override the allow-uncovered-methods=false configuration option on per file basis.

v1.4.0

01 Jul 19:05
40c1f08
Compare
Choose a tag to compare

Added directories to custom coverage rules.