nggit / tremolo

Tremolo is a stream-oriented, asynchronous, programmable HTTP server written in pure Python. It can also serve as an ASGI server.
https://nggit.github.io/tremolo-docs/
MIT License
44 stars 1 forks source link

clean up #35

Closed nggit closed 12 months ago

codecov[bot] commented 12 months ago

Codecov Report

Attention: 41 lines in your changes are missing coverage. Please review.

Comparison is base (8a4cd41) 91.27% compared to head (acfb190) 92.33%. Report is 12 commits behind head on master.

Files Patch % Lines
tremolo/tremolo.py 84.78% 21 Missing :warning:
tremolo/lib/http_protocol.py 93.20% 11 Missing :warning:
tremolo/lib/http_request.py 81.25% 3 Missing :warning:
tremolo/lib/http_response.py 92.85% 3 Missing :warning:
tremolo/asgi_lifespan.py 88.23% 2 Missing :warning:
tremolo/lib/tasks.py 75.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #35 +/- ## ========================================== + Coverage 91.27% 92.33% +1.05% ========================================== Files 19 19 Lines 1720 1827 +107 ========================================== + Hits 1570 1687 +117 + Misses 150 140 -10 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.