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

optimize unquote #49

Closed nggit closed 11 months ago

codecov[bot] commented 11 months ago

Codecov Report

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

Comparison is base (b785930) 92.64% compared to head (cf949c2) 92.60%. Report is 2 commits behind head on master.

Files Patch % Lines
tremolo/lib/h1parser/parse_header.py 92.85% 1 Missing :warning:
tremolo/lib/http_protocol.py 80.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #49 +/- ## ========================================== - Coverage 92.64% 92.60% -0.04% ========================================== Files 19 19 Lines 1849 1853 +4 ========================================== + Hits 1713 1716 +3 - Misses 136 137 +1 ```

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

sonarcloud[bot] commented 11 months ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 1 Code Smell

93.9% 93.9% Coverage
0.0% 0.0% Duplication