Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Emit events for E_* and E_USER_* triggered in data provider methods #5784

Draft
wants to merge 16 commits into
base: main
Choose a base branch
from

Conversation

sebastianbergmann
Copy link
Owner

No description provided.

@sebastianbergmann sebastianbergmann added type/enhancement A new idea that should be implemented feature/test-runner CLI test runner feature/data-provider Data Providers feature/events Issues related to PHPUnit's event system labels Mar 31, 2024
Copy link

codecov bot commented Mar 31, 2024

Codecov Report

Attention: Patch coverage is 94.47619% with 29 lines in your changes are missing coverage. Please review.

Project coverage is 89.39%. Comparing base (833fa23) to head (1a2a1f4).

Files Patch % Lines
src/Runner/ErrorHandler.php 88.88% 15 Missing ⚠️
src/Event/Emitter/DispatchingEmitter.php 86.66% 12 Missing ⚠️
...t/Exception/NoDataProviderOnCallStackException.php 0.00% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #5784      +/-   ##
============================================
+ Coverage     89.27%   89.39%   +0.12%     
- Complexity     6632     6763     +131     
============================================
  Files           697      707      +10     
  Lines         20033    20526     +493     
============================================
+ Hits          17885    18350     +465     
- Misses         2148     2176      +28     

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

@sebastianbergmann sebastianbergmann force-pushed the issue-5775/emit-events-for-errors-triggered-in-data-provider-methods branch 5 times, most recently from 1535c52 to b57159c Compare April 2, 2024 11:32
@sebastianbergmann sebastianbergmann force-pushed the issue-5775/emit-events-for-errors-triggered-in-data-provider-methods branch 2 times, most recently from 98b6982 to c25e347 Compare April 13, 2024 06:41
@sebastianbergmann sebastianbergmann force-pushed the issue-5775/emit-events-for-errors-triggered-in-data-provider-methods branch from 8f2f74a to 1a2a1f4 Compare April 18, 2024 06:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature/data-provider Data Providers feature/events Issues related to PHPUnit's event system feature/test-runner CLI test runner type/enhancement A new idea that should be implemented
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Emit events for E_* and E_USER_* triggered in data provider methods
1 participant