mongkok / fastapi-debug-toolbar

A debug toolbar for FastAPI.
https://fastapi-debug-toolbar.domake.io
BSD 3-Clause "New" or "Revised" License
134 stars 14 forks source link

Add Request.scope mapping interface #25

Closed mongkok closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #25 (2aaffb2) into main (940e6d2) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main      #25   +/-   ##
=======================================
  Coverage   95.98%   95.98%           
=======================================
  Files          47       47           
  Lines        1145     1145           
=======================================
  Hits         1099     1099           
  Misses         46       46           
Impacted Files Coverage Δ
debug_toolbar/panels/routes.py 100.00% <ø> (ø)
debug_toolbar/middleware.py 97.36% <100.00%> (ø)
debug_toolbar/panels/logging.py 90.90% <100.00%> (ø)
debug_toolbar/panels/profiling.py 100.00% <100.00%> (ø)
debug_toolbar/panels/request.py 94.73% <100.00%> (ø)
debug_toolbar/panels/sqlalchemy.py 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.