radeklat / delfino

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

Remove dependency on `invoke` and `termcolor` #1

Closed radeklat closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #1 (4548cf7) into main (01d2d0b) will decrease coverage by 4.52%. The diff coverage is 29.41%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main       #1      +/-   ##
==========================================
- Coverage   53.84%   49.32%   -4.53%     
==========================================
  Files          12       12              
  Lines         351      369      +18     
  Branches       34       44      +10     
==========================================
- Hits          189      182       -7     
- Misses        161      186      +25     
  Partials        1        1              
Flag Coverage Δ
integration_tests 49.32% <29.41%> (+41.63%) :arrow_up:
total 49.32% <29.41%> (-4.53%) :arrow_down:
unit_tests 49.32% <29.41%> (-4.53%) :arrow_down:

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

Impacted Files Coverage Δ
src/rads_toolbox/contexts.py 100.00% <ø> (ø)
src/rads_toolbox/main.py 57.89% <ø> (-1.08%) :arrow_down:
src/rads_toolbox/commands/typecheck.py 46.66% <14.28%> (-8.34%) :arrow_down:
src/rads_toolbox/commands/switch_python_version.py 23.68% <22.72%> (-14.42%) :arrow_down:
src/rads_toolbox/commands/lint.py 48.78% <23.07%> (+7.40%) :arrow_up:
src/rads_toolbox/commands/test.py 41.42% <27.27%> (-2.86%) :arrow_down:
src/rads_toolbox/commands/format.py 37.03% <33.33%> (ø)
src/rads_toolbox/utils.py 38.09% <33.92%> (-8.46%) :arrow_down:
src/rads_toolbox/models/pyproject_toml.py 100.00% <100.00%> (ø)

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 01d2d0b...4548cf7. Read the comment docs.