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

minor #23

Closed nggit closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #23 (fbdf6ea) into master (8a4cd41) will increase coverage by 0.48%. Report is 2 commits behind head on master. The diff coverage is 83.60%.

@@            Coverage Diff             @@
##           master      #23      +/-   ##
==========================================
+ Coverage   91.27%   91.76%   +0.48%     
==========================================
  Files          19       19              
  Lines        1720     1748      +28     
==========================================
+ Hits         1570     1604      +34     
+ Misses        150      144       -6     
Files Coverage Δ
tremolo/__main__.py 90.69% <100.00%> (ø)
tremolo/lib/connections.py 100.00% <100.00%> (ø)
tremolo/lib/contexts.py 100.00% <ø> (ø)
tremolo/lib/http_response.py 95.02% <100.00%> (+0.11%) :arrow_up:
tremolo/lib/pools.py 100.00% <ø> (ø)
tremolo/lib/websocket.py 93.00% <ø> (ø)
tremolo/asgi_lifespan.py 83.67% <0.00%> (+10.20%) :arrow_up:
tremolo/lib/http_protocol.py 88.65% <83.33%> (+0.94%) :arrow_up:
tremolo/tremolo.py 90.38% <82.85%> (-0.40%) :arrow_down:

... and 2 files with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more