antonrh / anydi

Python Dependency Injection
https://anydi.readthedocs.io/
MIT License
34 stars 0 forks source link

Remove provider auto registration #39

Closed antonrh closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #39 (15b730f) into main (b703fb8) will decrease coverage by 0.33%. The diff coverage is 100.00%.

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

@@             Coverage Diff             @@
##              main      #39      +/-   ##
===========================================
- Coverage   100.00%   99.67%   -0.33%     
===========================================
  Files            7        7              
  Lines          652      615      -37     
===========================================
- Hits           652      613      -39     
- Misses           0        2       +2     
Impacted Files Coverage Δ
pyxdi/decorators.py 100.00% <ø> (ø)
pyxdi/__init__.py 100.00% <100.00%> (ø)
pyxdi/core.py 99.58% <100.00%> (-0.42%) :arrow_down: