Closed jacobtomlinson closed 5 months ago
Attention: Patch coverage is 92.30769%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 95.22%. Comparing base (
87063fc
) to head (e8d75ad
). Report is 100 commits behind head on main.
Files | Patch % | Lines |
---|---|---|
kr8s/_io.py | 92.30% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Use a generic class type to ensure type hints work correctly on classes decorated with
@sync
.xref #381
Before
After
cc @marcodlk