yii-debug-api
yii-debug-api copied to clipboard
Mutex
| Q | A |
|---|---|
| Is bugfix? | ✔️/❌ |
| New feature? | ✔️/❌ |
| Breaks BC? | ✔️/❌ |
| Fixed issues | comma-separated list of tickets # fixed by the PR, if any |
PR Summary
- New dependency added A new dependency was included in the project
- Updated DebugController Improved the way DebugController handles certain tasks by changing the components it depends on and modifying its methods
- Enhanced debug entry saving The summary method in DebugController is now customizable, allowing it to wait longer before saving debug entries
- Improved debugging methods Various methods in DebugController have been updated to better manage debug data and provide clearer exception messages
Codecov Report
Patch and project coverage have no change.
Comparison is base (
6277877) 0.00% compared to head (27d8741) 0.00%.
Additional details and impacted files
@@ Coverage Diff @@
## master #119 +/- ##
========================================
Coverage 0.00% 0.00%
+ Complexity 231 230 -1
========================================
Files 21 21
Lines 1048 1046 -2
========================================
+ Misses 1048 1046 -2
| Impacted Files | Coverage Δ | |
|---|---|---|
| src/Controller/DebugController.php | 0.00% <0.00%> (ø) |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
What's the purpose of mutex in getting summary? What do you want to achieve?