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

more informative #33

Closed nggit closed 12 months ago

codecov[bot] commented 12 months ago

Codecov Report

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

Comparison is base (8a4cd41) 91.27% compared to head (ed83611) 92.24%. Report is 10 commits behind head on master.

:exclamation: Current head ed83611 differs from pull request most recent head 80928b9. Consider uploading reports for the commit 80928b9 to get more accurate results

Files Patch % Lines
tremolo/tremolo.py 83.72% 21 Missing :warning:
tremolo/lib/http_protocol.py 90.14% 7 Missing :warning:
tremolo/lib/http_response.py 92.85% 3 Missing :warning:
tremolo/asgi_lifespan.py 88.23% 2 Missing :warning:
tremolo/lib/http_request.py 50.00% 2 Missing :warning:
tremolo/lib/tasks.py 75.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #33 +/- ## ========================================== + Coverage 91.27% 92.24% +0.96% ========================================== Files 19 19 Lines 1720 1857 +137 ========================================== + Hits 1570 1713 +143 + Misses 150 144 -6 ```

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