adriangb / di

Pythonic dependency injection
https://www.adriangb.com/di/
MIT License
303 stars 13 forks source link

doc: use an App instance in the web framework example #84

Closed adriangb closed 2 years ago

adriangb commented 2 years ago

cc @woile

codecov-commenter commented 2 years ago

Codecov Report

Merging #84 (00b33e6) into main (8a6071b) will decrease coverage by 0.08%. The diff coverage is 88.23%.

@@            Coverage Diff             @@
##             main      #84      +/-   ##
==========================================
- Coverage   97.19%   97.10%   -0.09%     
==========================================
  Files          71       71              
  Lines        2173     2178       +5     
  Branches      407      407              
==========================================
+ Hits         2112     2115       +3     
- Misses         52       53       +1     
- Partials        9       10       +1     
Impacted Files Coverage Δ
docs_src/web_framework.py 92.30% <86.66%> (-7.70%) :arrow_down:
tests/docs/test_readme_example.py 100.00% <100.00%> (ø)
woile commented 2 years ago

Fantastic!