Midnighter / dependency-info

Retrieve and print Python package dependencies.
Apache License 2.0
4 stars 3 forks source link

Refactor application #12

Closed Midnighter closed 2 years ago

Midnighter commented 2 years ago
codecov-commenter commented 2 years ago

Codecov Report

Merging #12 (52db484) into stable (698a06a) will increase coverage by 50.00%. The diff coverage is 95.45%.

@@             Coverage Diff             @@
##           stable      #12       +/-   ##
===========================================
+ Coverage   47.82%   97.82%   +49.99%     
===========================================
  Files          13       16        +3     
  Lines         207      230       +23     
  Branches       36       37        +1     
===========================================
+ Hits           99      225      +126     
+ Misses        105        3      -102     
+ Partials        3        2        -1     
Impacted Files Coverage Δ
src/depinfo/infrastructure/application/__init__.py 100.00% <ø> (+100.00%) :arrow_up:
...rc/depinfo/application/display_service_registry.py 85.71% <85.71%> (ø)
src/depinfo/__init__.py 100.00% <100.00%> (ø)
src/depinfo/application/__init__.py 100.00% <100.00%> (+100.00%) :arrow_up:
src/depinfo/application/compatibility.py 100.00% <100.00%> (ø)
src/depinfo/application/display_application.py 100.00% <100.00%> (ø)
src/depinfo/application/display_format.py 100.00% <100.00%> (ø)
src/depinfo/infrastructure/application/cli.py 100.00% <100.00%> (+100.00%) :arrow_up:
src/depinfo/domain/dependency_report.py 93.75% <0.00%> (+8.33%) :arrow_up:
... and 6 more

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 698a06a...52db484. Read the comment docs.