radeklat / delfino

A toolbox of command line helper script, wrapping tools used during Python development.
MIT License
12 stars 3 forks source link

Dynamically load commands as plugins #2

Closed radeklat closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #2 (261d5a9) into main (01e0d29) will increase coverage by 2.73%. The diff coverage is 56.19%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main       #2      +/-   ##
==========================================
+ Coverage   49.32%   52.06%   +2.73%     
==========================================
  Files          12       14       +2     
  Lines         369      388      +19     
  Branches       44       48       +4     
==========================================
+ Hits          182      202      +20     
+ Misses        186      185       -1     
  Partials        1        1              
Flag Coverage Δ
integration_tests 52.06% <56.19%> (+2.73%) :arrow_up:
total 52.06% <56.19%> (+2.73%) :arrow_up:
unit_tests 52.06% <56.19%> (+2.73%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/rads_toolbox/execution.py 34.61% <34.61%> (ø)
src/rads_toolbox/terminal_output.py 45.00% <45.00%> (ø)
src/rads_toolbox/main.py 53.12% <80.00%> (-4.77%) :arrow_down:
src/rads_toolbox/commands/format.py 39.28% <100.00%> (+2.24%) :arrow_up:
src/rads_toolbox/commands/lint.py 51.16% <100.00%> (+2.38%) :arrow_up:
src/rads_toolbox/commands/switch_python_version.py 25.64% <100.00%> (+1.95%) :arrow_up:
src/rads_toolbox/commands/test.py 43.05% <100.00%> (+1.62%) :arrow_up:
src/rads_toolbox/commands/typecheck.py 52.94% <100.00%> (+6.27%) :arrow_up:
src/rads_toolbox/constants.py 100.00% <100.00%> (ø)
src/rads_toolbox/utils.py 75.00% <100.00%> (+36.90%) :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 01e0d29...261d5a9. Read the comment docs.