seachicken / gh-poi

✨ Safely clean up your local branches
https://dev.to/seachicken/safely-clean-up-your-local-branches-9i3
MIT License
673 stars 19 forks source link

Fix "Merge pull request" to delete merged PRs #41

Closed seachicken closed 2 years ago

seachicken commented 2 years ago

Fixes #40

The PR was excluded from the deletion target due to a change in the process of linking PRs and branches, which has been corrected. Related PR: https://github.com/seachicken/gh-poi/pull/24

codecov[bot] commented 2 years ago

Codecov Report

Merging #41 (d73a6d2) into main (b54be9a) will increase coverage by 0.65%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #41      +/-   ##
==========================================
+ Coverage   88.66%   89.31%   +0.65%     
==========================================
  Files           3        3              
  Lines         538      571      +33     
==========================================
+ Hits          477      510      +33     
  Misses         46       46              
  Partials       15       15              
Impacted Files Coverage Δ
poi.go 91.33% <100.00%> (+0.72%) :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 b54be9a...d73a6d2. Read the comment docs.