Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(github): do not fail branch creation if it already exists #4471

Merged
merged 2 commits into from
Dec 12, 2023

fix: add test, improve code

7c4c5d5
Select commit
Loading
Failed to load commit list.
Merged

fix(github): do not fail branch creation if it already exists #4471

fix: add test, improve code
7c4c5d5
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 12, 2023 in 1s

83.82% (+0.00%) compared to 233c4bc

View this Pull Request on Codecov

83.82% (+0.00%) compared to 233c4bc

Details

Codecov Report

Attention: 6 lines in your changes are missing coverage. Please review.

Comparison is base (233c4bc) 83.82% compared to head (7c4c5d5) 83.82%.
Report is 6 commits behind head on main.

Files Patch % Lines
internal/client/github.go 33.33% 3 Missing and 3 partials ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4471   +/-   ##
=======================================
  Coverage   83.82%   83.82%           
=======================================
  Files         135      135           
  Lines       12819    12821    +2     
=======================================
+ Hits        10745    10747    +2     
  Misses       1650     1650           
  Partials      424      424           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.