Open zsol opened 9 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 91.04%. Comparing base (
8a19d05
) to head (2feb8ea
). Report is 2 commits behind head on main.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Replace custom _add_slots decorator with dataclasses slots=True
Dataclasses has a built-in slots generation feature since Python 3.10.