-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Report memory-usage while coverage report generation #6421
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
base: main
Are you sure you want to change the base?
Conversation
|
That is not really the amount of memory spent for the report generation, but |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6421 +/- ##
=========================================
Coverage 95.87% 95.87%
Complexity 7272 7272
=========================================
Files 789 789
Lines 22378 22378
=========================================
Hits 21456 21456
Misses 922 922 ☔ View full report in Codecov by Sentry. |
|
hmm you are right. I had it more precise before but then fell in love with adjusted accordingly |
|
Would this change in This would be a BC break as-is, but that would be okay if we wait with this until PHPUnit 13. Basically I am brainstorming future API ideas here. |
|
I think the question needs to be: will the user of phpunit/php-timer always need time and memory togehter. or do use cases exist, where you either only need time, or only need memory but not both. |
closes #6419
before this PR:
after this PR:
see the difference in the last line of the output