Skip to content

Filter configured deprecation triggers when displaying deprecation details#5923

Merged
sebastianbergmann merged 1 commit intosebastianbergmann:mainfrom
nikophil:fix/use-deprecation-triggers-when-displaying-deprecation
Aug 10, 2024
Merged

Filter configured deprecation triggers when displaying deprecation details#5923
sebastianbergmann merged 1 commit intosebastianbergmann:mainfrom
nikophil:fix/use-deprecation-triggers-when-displaying-deprecation

Conversation

@nikophil
Copy link
Copy Markdown
Contributor

@nikophil nikophil commented Aug 9, 2024

fixes #5921

@codecov
Copy link
Copy Markdown

codecov Bot commented Aug 9, 2024

Codecov Report

Attention: Patch coverage is 96.77419% with 1 line in your changes missing coverage. Please review.

Project coverage is 94.37%. Comparing base (030e2a5) to head (378ed3b).
Report is 11 commits behind head on main.

Files Patch % Lines
src/Runner/ErrorHandler.php 96.77% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #5923      +/-   ##
============================================
+ Coverage     94.36%   94.37%   +0.01%     
- Complexity     6653     6663      +10     
============================================
  Files           709      709              
  Lines         20084    20104      +20     
============================================
+ Hits          18952    18974      +22     
+ Misses         1132     1130       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sebastianbergmann sebastianbergmann merged commit 009f4a5 into sebastianbergmann:main Aug 10, 2024
@sebastianbergmann
Copy link
Copy Markdown
Owner

Thank you!

@sebastianbergmann sebastianbergmann changed the title Filter deprecationTriggers when displaying deprecation details Filter configured deprecation triggers when displaying deprecation details Aug 10, 2024
@sebastianbergmann sebastianbergmann added the feature/test-runner CLI test runner label Aug 10, 2024
@sebastianbergmann sebastianbergmann added this to the PHPUnit 11.4 milestone Aug 10, 2024
@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Apr 16, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

feature/test-runner CLI test runner

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Display deprecation stacktrace

2 participants