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

fine tune worker #36

Closed nggit closed 11 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 (3f26217) 92.34%. Report is 13 commits behind head on master.

Files Patch % Lines
tremolo/tremolo.py 85.00% 21 Missing :warning:
tremolo/lib/http_protocol.py 93.25% 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 #36 +/- ## ========================================== + Coverage 91.27% 92.34% +1.06% ========================================== Files 19 19 Lines 1720 1829 +109 ========================================== + Hits 1570 1689 +119 + Misses 150 140 -10 ```

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