-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Show data provider details in slow test list #559
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #559 +/- ##
=========================================
Coverage 61.88% 61.88%
Complexity 116 116
=========================================
Files 28 28
Lines 585 585
=========================================
Hits 362 362
Misses 223 223 ☔ View full report in Codecov by Sentry. |
88ea864
to
a89cf90
Compare
@localheinz can I ask you to review and help me fixing the CI as the code is not analyseable by PHP 7.4, as PHPUnit 10+ is not for PHP 7.4. |
I will take a look on the weekend! |
@localheinz a month ago, you promised to look at this PR "on the weekend" - I know everyone is busy with somethings, but would you mind to look into the CI now? Thank you in advance! |
Taking a look now, @mvorisek! |
2d0579e
to
a79e4ae
Compare
a79e4ae
to
37be3a4
Compare
Thank you, @mvorisek! |
@localheinz Thank you ❤ |
fix #553
Show data provider data the same way how PHPUnit default formatter report them.
In PHPUnit v9 and below this is already done.