radeklat / delfino

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

Release 0.10.0 #11

Closed radeklat closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #11 (3d6c236) into main (3ed314c) will decrease coverage by 0.38%. The diff coverage is 51.20%.

:exclamation: Current head 3d6c236 differs from pull request most recent head 53be1c3. Consider uploading reports for the commit 53be1c3 to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##             main      #11      +/-   ##
==========================================
- Coverage   50.63%   50.24%   -0.39%     
==========================================
  Files          17       19       +2     
  Lines         555      621      +66     
  Branches       78       84       +6     
==========================================
+ Hits          281      312      +31     
- Misses        271      306      +35     
  Partials        3        3              
Flag Coverage Δ
integration_tests 50.08% <50.60%> (-0.37%) :arrow_down:
total 50.08% <50.60%> (-0.37%) :arrow_down:
unit_tests 50.08% <50.60%> (-0.37%) :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% <ø> (ø)
src/delfino/commands/test.py 41.55% <12.50%> (ø)
src/delfino/commands/format.py 37.50% <20.00%> (ø)
src/delfino/commands/lint.py 48.93% <25.00%> (ø)
src/delfino/commands/typecheck.py 52.63% <33.33%> (ø)
src/delfino/click_utils/completion.py 41.66% <41.66%> (ø)
src/delfino/click_utils/help.py 50.00% <50.00%> (ø)
src/delfino/validation.py 52.63% <50.00%> (ø)
src/delfino/commands/switch_python_version.py 27.50% <66.66%> (ø)
... and 15 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 3ed314c...53be1c3. Read the comment docs.