your-tools / tbump

Bump software releases
BSD 3-Clause "New" or "Revised" License
158 stars 22 forks source link

Small improvements #94

Closed FlorianLudwig closed 3 years ago

FlorianLudwig commented 3 years ago

Random stuff I found while playing around

  1. an unused variable
  2. using init --pyproject does generate a wrong config as the github_url is not under the [tool.tbump] header
codecov-io commented 3 years ago

Codecov Report

Merging #94 (b441c99) into master (c3bd7b0) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #94   +/-   ##
=======================================
  Coverage   93.07%   93.08%           
=======================================
  Files          10       10           
  Lines         751      752    +1     
  Branches       88       88           
=======================================
+ Hits          699      700    +1     
  Misses         40       40           
  Partials       12       12           
Impacted Files Coverage Δ
tbump/main.py 78.99% <ø> (-0.18%) :arrow_down:
tbump/init.py 71.87% <100.00%> (+1.87%) :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 c3bd7b0...b441c99. Read the comment docs.

dmerejkowsky commented 3 years ago

Thanks!