Allow hooking an inherited internal constructor#2591
Conversation
Codecov Report❌ Patch coverage is
❌ Your patch status has failed because the patch coverage (38.46%) is below the target coverage (90.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## master #2591 +/- ##
============================================
- Coverage 75.78% 75.76% -0.02%
Complexity 2564 2564
============================================
Files 241 241
Lines 27055 27067 +12
Branches 976 976
============================================
+ Hits 20503 20507 +4
- Misses 6032 6040 +8
Partials 520 520
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
BenchmarksBenchmark execution time: 2024-03-22 16:12:41 Comparing candidate commit 191efc8 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 182 metrics, 0 unstable metrics. |
Signed-off-by: Bob Weinand <[email protected]>
bfc6a76 to
191efc8
Compare
iamluc
left a comment
There was a problem hiding this comment.
Some tests are failing.
I don't know if it's related
Description
Internal constructors are edge cases and need to be handled explicitly.
Reviewer checklist