Releases: 123inkt/phpunit-file-coverage-inspection
Releases · 123inkt/phpunit-file-coverage-inspection
v3.0.1
v3.0.0
What's Changed
- Update dependency phpunit/phpunit to v12 by @renovate in #45
- add the support of multi coverage file for the baseline command + rai… by @anne-gaelle123inkt in #47
Full Changelog: v2.2.2...v3.0.0
v2.2.2
What's Changed
- warning when custom coverage is above or equal to global coverage by @anne-gaelle123inkt in #43
Full Changelog: v2.2.1...v2.2.2
v2.2.1
What's Changed
- Add support for multiple coverage files passed as argument by @anne-gaelle123inkt in #39
- Fix the count of statements by @anne-gaelle123inkt in #40
- Fix metrics for empty methods by @anne-gaelle123inkt in #41
- Update dev dependency phpunit to 10 and 11 by @anne-gaelle123inkt in #42
Full Changelog: v2.2.0...v2.2.1
v2.2.0
What's Changed
- Add support for multiple coverage files passed as argument by @anne-gaelle123inkt in #38
New Contributors
- @anne-gaelle123inkt made their first contribution in #38
Full Changelog: v2.1.0...v2.2.0
v2.1.0
What's Changed
- Update actions/checkout action to v4 by @renovate in #33
- Update package versions by @frankdekker in #36
Full Changelog: v2.0.0...v2.1.0
v2.0.0
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
- 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
Added the ability to override the allow-uncovered-methods=false
configuration option on per file basis.
v1.4.0
Added directories to custom coverage rules.