radeklat / delfino

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

Rename project to Delfino #5

Closed radeklat closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #5 (2300e62) into main (2c4ae0e) will increase coverage by 0.23%. The diff coverage is 63.76%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main       #5      +/-   ##
==========================================
+ Coverage   52.61%   52.85%   +0.23%     
==========================================
  Files          14       14              
  Lines         401      403       +2     
  Branches       50       50              
==========================================
+ Hits          211      213       +2     
  Misses        187      187              
  Partials        3        3              
Flag Coverage Δ
integration_tests 52.85% <63.76%> (+0.23%) :arrow_up:
total 52.85% <63.76%> (+0.23%) :arrow_up:
unit_tests 52.85% <63.76%> (+0.23%) :arrow_up:

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

Impacted Files Coverage Δ
src/delfino/commands/init.py 80.00% <ø> (ø)
src/delfino/commands/test.py 43.05% <28.57%> (ø)
src/delfino/commands/lint.py 51.16% <33.33%> (ø)
src/delfino/commands/typecheck.py 52.94% <50.00%> (ø)
src/delfino/commands/format.py 39.28% <60.00%> (ø)
src/delfino/utils.py 71.05% <75.00%> (ø)
src/delfino/commands/switch_python_version.py 25.64% <100.00%> (ø)
src/delfino/commands/verify_all.py 83.33% <100.00%> (ø)
src/delfino/constants.py 100.00% <100.00%> (ø)
src/delfino/contexts.py 100.00% <100.00%> (ø)
... 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 2c4ae0e...2300e62. Read the comment docs.