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

fix ASGI app return empty str #48

Closed nggit closed 11 months ago

codecov[bot] commented 11 months ago

Codecov Report

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

Comparison is base (b785930) 92.64% compared to head (fb1ec11) 92.59%. Report is 1 commits behind head on master.

:exclamation: Current head fb1ec11 differs from pull request most recent head 1c4c763. Consider uploading reports for the commit 1c4c763 to get more accurate results

Files Patch % Lines
tremolo/lib/http_protocol.py 66.66% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #48 +/- ## ========================================== - Coverage 92.64% 92.59% -0.05% ========================================== Files 19 19 Lines 1849 1851 +2 ========================================== + Hits 1713 1714 +1 - 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 0 Code Smells

93.8% 93.8% Coverage
0.0% 0.0% Duplication