abersheeran / baize

Powerful and exquisite WSGI/ASGI framework/toolkit.
https://baize.aber.sh
Apache License 2.0
83 stars 3 forks source link

Split modules #32

Closed abersheeran closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #32 (2f8aa41) into master (9ea7326) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #32   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           13        24   +11     
  Lines         1774      1829   +55     
=========================================
+ Hits          1774      1829   +55     
Impacted Files Coverage Δ
baize/__version__.py 100.00% <100.00%> (ø)
baize/asgi/__init__.py 100.00% <100.00%> (ø)
baize/asgi/helper.py 100.00% <100.00%> (ø)
baize/asgi/requests.py 100.00% <100.00%> (ø)
baize/asgi/responses.py 100.00% <100.00%> (ø)
baize/asgi/routing.py 100.00% <100.00%> (ø)
baize/asgi/shortcut.py 100.00% <100.00%> (ø)
baize/asgi/staticfiles.py 100.00% <100.00%> (ø)
baize/responses.py 100.00% <100.00%> (ø)
baize/wsgi/__init__.py 100.00% <100.00%> (ø)
... and 5 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 9ea7326...2f8aa41. Read the comment docs.