Open epenet opened 1 month ago
Attention: Patch coverage is 87.09677%
with 8 lines
in your changes missing coverage. Please review.
@@ 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.
We may need to add an option so it only takes effect if --snapshot-update
or --snapshot-details
is set
Or maybe add a new settting --snapshot-xdist-report
See https://github.com/home-assistant/core/pull/129311
Description
Improve xdist compatibility - with the ability to serialize/deserialize the report data. See https://github.com/home-assistant/core/pull/128162 for sample implementation
Related Issues
Checklist
Additional Comments
No additional comments.