phpunit icon indicating copy to clipboard operation
phpunit copied to clipboard

[Postponed] Add option to ignore covers annotation

Open vodevel opened this issue 2 years ago • 1 comments

Option to ignore @covers annotation.

Postponed by https://github.com/sebastianbergmann/php-code-coverage/pull/986

vodevel avatar Mar 05 '23 11:03 vodevel

Codecov Report

Merging #5274 (94c2df6) into main (b342c74) will decrease coverage by 0.04%. The diff coverage is 62.06%.

@@             Coverage Diff              @@
##               main    #5274      +/-   ##
============================================
- Coverage     81.39%   81.36%   -0.04%     
- Complexity     5852     5860       +8     
============================================
  Files           632      632              
  Lines         18448    18474      +26     
============================================
+ Hits          15016    15031      +15     
- Misses         3432     3443      +11     
Impacted Files Coverage Δ
src/Runner/CodeCoverage.php 11.39% <0.00%> (-0.12%) :arrow_down:
src/TextUI/Help.php 100.00% <ø> (ø)
src/TextUI/Configuration/Cli/Configuration.php 67.72% <50.00%> (-0.30%) :arrow_down:
src/TextUI/Configuration/Configuration.php 70.38% <50.00%> (-0.28%) :arrow_down:
src/TextUI/Configuration/Cli/Builder.php 81.67% <60.00%> (-0.21%) :arrow_down:
src/TextUI/Configuration/Merger.php 86.82% <75.00%> (-0.10%) :arrow_down:
.../TextUI/Configuration/Xml/DefaultConfiguration.php 97.93% <100.00%> (+0.02%) :arrow_up:
src/TextUI/Configuration/Xml/Loader.php 96.47% <100.00%> (+<0.01%) :arrow_up:
src/TextUI/Configuration/Xml/PHPUnit.php 95.51% <100.00%> (+0.08%) :arrow_up:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

codecov[bot] avatar Mar 05 '23 13:03 codecov[bot]

Thank you for your contribution. I appreciate the time you invested in preparing this pull request. However, I have decided not to merge it.

sebastianbergmann avatar Jan 13 '24 13:01 sebastianbergmann