-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
#20055 Fix X-Pagination-Total-Count is always 0 #20070
Conversation
lav45
commented
Nov 17, 2023
Q | A |
---|---|
Is bugfix? | ✔️ |
New feature? | ❌ |
Breaks BC? | ❌ |
Fixed issues | #20055 |
PR Summary
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #20070 +/- ##
=============================================
+ Coverage 13.49% 47.56% +34.07%
=============================================
Files 430 445 +15
Lines 37068 43407 +6339
=============================================
+ Hits 5002 20647 +15645
+ Misses 32066 22760 -9306 ☔ View full report in Codecov by Sentry. |
@samdark This is a crutch that is long overdue for removal. Take a look at the changes in tests/framework/data/ActiveDataProviderTest.php |
Would you please add a line for CHANGELOG? |
👍 |