radeklat / delfino

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

Version 0.9.0 #10

Closed radeklat closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #10 (6d1097a) into main (48fe2d8) will decrease coverage by 0.44%. The diff coverage is 54.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #10      +/-   ##
==========================================
- Coverage   51.08%   50.63%   -0.45%     
==========================================
  Files          16       17       +1     
  Lines         509      555      +46     
  Branches       73       78       +5     
==========================================
+ Hits          260      281      +21     
- Misses        246      271      +25     
  Partials        3        3              
Flag Coverage Δ
integration_tests 50.45% <53.00%> (-0.64%) :arrow_down:
total 50.45% <53.00%> (-0.64%) :arrow_down:
unit_tests 50.45% <53.00%> (-0.64%) :arrow_down:

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

Impacted Files Coverage Δ
src/delfino/commands/build_docker.py 29.03% <0.00%> (ø)
src/delfino/execution.py 34.61% <ø> (+0.06%) :arrow_up:
src/delfino/commands/test.py 41.55% <12.50%> (-1.50%) :arrow_down:
src/delfino/commands/format.py 37.50% <20.00%> (-1.79%) :arrow_down:
src/delfino/commands/lint.py 48.93% <25.00%> (-2.23%) :arrow_down:
src/delfino/commands/typecheck.py 52.63% <33.33%> (-0.31%) :arrow_down:
src/delfino/validation.py 52.63% <50.00%> (-14.04%) :arrow_down:
src/delfino/main.py 60.65% <57.14%> (-0.13%) :arrow_down:
src/delfino/commands/switch_python_version.py 27.50% <66.66%> (+1.85%) :arrow_up:
src/delfino/utils.py 56.25% <66.66%> (-14.81%) :arrow_down:
... and 4 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 48fe2d8...6d1097a. Read the comment docs.