Closed jacobtomlinson closed 5 months ago
Attention: Patch coverage is 94.44444%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 95.27%. Comparing base (
87063fc
) to head (fbe9594
). Report is 105 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
kr8s/_objects.py | 92.30% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Adding a little check to ensure that an async object has been correctly awaited.
Before
After