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

fixes #50

Closed nggit closed 11 months ago

codecov[bot] commented 11 months ago

Codecov Report

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

Comparison is base (b785930) 92.64% compared to head (8904241) 92.43%. Report is 3 commits behind head on master.

Files Patch % Lines
tremolo/lib/http_protocol.py 62.50% 3 Missing :warning:
tremolo/lib/h1parser/parse_header.py 92.85% 1 Missing :warning:
tremolo/lib/http_response.py 88.88% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #50 +/- ## ========================================== - Coverage 92.64% 92.43% -0.22% ========================================== Files 19 19 Lines 1849 1863 +14 ========================================== + Hits 1713 1722 +9 - Misses 136 141 +5 ```

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

sonarcloud[bot] commented 11 months ago

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
83.3% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud