Finistere / antidote

Dependency injection for Python
MIT License
90 stars 9 forks source link

Update project for Python 3.8 #14

Closed Finistere closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #14 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #14   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          26     26           
  Lines         865    858    -7     
  Branches      166    166           
=====================================
- Hits          865    858    -7
Impacted Files Coverage Δ
src/antidote/core/injection.py 100% <ø> (ø) :arrow_up:
src/antidote/helpers/factory.py 100% <ø> (ø) :arrow_up:
src/antidote/helpers/wire.py 100% <ø> (ø) :arrow_up:
src/antidote/helpers/register.py 100% <ø> (ø) :arrow_up:
src/antidote/helpers/provider.py 100% <ø> (ø) :arrow_up:
src/antidote/providers/factory.py 100% <100%> (ø) :arrow_up:
src/antidote/providers/tag.py 100% <100%> (ø) :arrow_up:
src/antidote/_internal/stack.py 100% <0%> (ø) :arrow_up:
src/antidote/_internal/wrapper.py 100% <0%> (ø) :arrow_up:

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 adce77c...504af5e. Read the comment docs.