Closed henryiii closed 1 year ago
Attention: 2 lines
in your changes are missing coverage. Please review.
Comparison is base (
70deb39
) 95.89% compared to head (c343fda
) 95.80%.
Files | Patch % | Lines |
---|---|---|
src/particle/_compat/typing.py | 90.90% | 1 Missing :warning: |
src/particle/_compat/warnings.py | 83.33% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This is available in
typing_extensions
already and will be in CPython 3.13, and unlike the third-party package, typing tools can tell this is deprecated (mypy soon, some other typing checkers already support it).This also enables us to start testing on 3.12 in a followup (fixes a warning importing Traversable).