adriangb / xpresso

A composable Python ASGI web framework
https://xpresso-api.dev/
MIT License
178 stars 4 forks source link

feat: allow cache hits from higher scopes & apply this to lifespan examples #47

Closed adriangb closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #47 (9309ffd) into main (207c841) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main      #47   +/-   ##
=======================================
  Coverage   97.45%   97.46%           
=======================================
  Files         181      181           
  Lines        5704     5714   +10     
  Branches      673      675    +2     
=======================================
+ Hits         5559     5569   +10     
  Misses         98       98           
  Partials       47       47           
Impacted Files Coverage Δ
.../test_docs/tutorial/lifespans/test_tutorial_001.py 100.00% <100.00%> (ø)
xpresso/dependencies/models.py 100.00% <100.00%> (ø)