-
Notifications
You must be signed in to change notification settings - Fork 3
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
Fix PHPUnit tests not running in CI and failing test #37
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #37 +/- ##
============================================
+ Coverage 95.90% 98.86% +2.95%
- Complexity 170 189 +19
============================================
Files 9 9
Lines 464 528 +64
============================================
+ Hits 445 522 +77
+ Misses 19 6 -13
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this! 💪
The changes are looking good, and the PHPUnit tests are running fine, as per the Actions log.
Thanks for your work ☕ Good catch! 💪🏻 |
Pull request was closed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍🏻
Please check if the PR fulfills these requirements
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
It fixes a failing test and the CI where PHPUnit tests are not actually run.
What is the current behavior? (You can also link to an open issue here)
There's a failing test, but that is never caught because the PHPUnit tests are not run.
What is the new behavior (if this is a feature change)?
PHPUnit runs again in the CI, and the failing test passes.
Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)
No.
Other information:
None.