-
Notifications
You must be signed in to change notification settings - Fork 1
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
Tidier global entity #15
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #15 +/- ##
==========================================
+ Coverage 76.73% 80.40% +3.66%
==========================================
Files 22 22
Lines 374 398 +24
==========================================
+ Hits 287 320 +33
+ Misses 87 78 -9 ☔ View full report in Codecov by Sentry. |
Hey Max, sorry I have not had time to look at this until. now. There is still a linting issue at present - I'm OK with the coverage. The new global handler looks good. Thanks! |
Not sure how I missed that - should be all sorted now |
Nice. Merging. Thanks! |
Much tidier decorator approach than the previous fix. Should make it easier to maintain going forward.
This has some merge conflicts as its a replacement for the previous merge, but this entirely supersedes the previous commit so all conflicts should choose this merge when resolving.