adriangb / di

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

Refactor di._utils.task into di._task #92

Closed adriangb closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Merging #92 (ee2850b) into main (52ea1c8) will increase coverage by 0.02%. The diff coverage is 98.85%.

:exclamation: Current head ee2850b differs from pull request most recent head af48d18. Consider uploading reports for the commit af48d18 to get more accurate results

@@            Coverage Diff             @@
##             main      #92      +/-   ##
==========================================
+ Coverage   96.92%   96.94%   +0.02%     
==========================================
  Files          67       67              
  Lines        2243     2262      +19     
  Branches      427      438      +11     
==========================================
+ Hits         2174     2193      +19     
  Misses         59       59              
  Partials       10       10              
Impacted Files Coverage Δ
di/_task.py 98.60% <98.60%> (ø)
di/_container.py 93.88% <100.00%> (+0.39%) :arrow_up:
di/api/executor.py 100.00% <100.00%> (ø)
di/executors/_async.py 91.66% <100.00%> (ø)
di/executors/_sync.py 71.42% <100.00%> (ø)