-
Notifications
You must be signed in to change notification settings - Fork 36
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
feat: detect unused snapshots despite xdist #901
base: main
Are you sure you want to change the base?
Conversation
aaf0912
to
83152c8
Compare
Codecov ReportAttention: Patch coverage is @@ Coverage Diff @@
## main #901 +/- ##
==========================================
- Coverage 97.74% 97.34% -0.40%
==========================================
Files 21 21
Lines 1596 1658 +62
==========================================
+ Hits 1560 1614 +54
- Misses 36 44 +8 |
After running successfully on Home Assistant - it was decided to revert it because serialization/de-serialization of the report was taking too long. |
Description
Improve xdist compatibility - with the ability to serialize/deserialize the report data.
See home-assistant/core#128162 for sample implementation
Related Issues
Checklist
Additional Comments
No additional comments.