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

Update expectation

1a2a1f4
Select commit
Loading
Failed to load commit list.
Draft

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

Update expectation
1a2a1f4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 18, 2024 in 1s

89.39% (+0.12%) compared to 833fa23

View this Pull Request on Codecov

89.39% (+0.12%) compared to 833fa23

Details

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.