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 issue: duplicate branches #182

Merged
merged 1 commit into from
Jan 3, 2019
Merged

Fix issue: duplicate branches #182

merged 1 commit into from
Jan 3, 2019

Conversation

leventeliu
Copy link
Contributor

A duplicate block check should be done before any further check, or it may produce a duplicate branch.

@codecov
Copy link

codecov bot commented Jan 3, 2019

Codecov Report

Merging #182 into develop will decrease coverage by 0.17%.
The diff coverage is 100%.

@@             Coverage Diff             @@
##           develop     #182      +/-   ##
===========================================
- Coverage    77.13%   76.95%   -0.18%     
===========================================
  Files          135      135              
  Lines        10770    10771       +1     
===========================================
- Hits          8307     8289      -18     
- Misses        1821     1836      +15     
- Partials       642      646       +4

1 similar comment
@codecov
Copy link

codecov bot commented Jan 3, 2019

Codecov Report

Merging #182 into develop will decrease coverage by 0.17%.
The diff coverage is 100%.

@@             Coverage Diff             @@
##           develop     #182      +/-   ##
===========================================
- Coverage    77.13%   76.95%   -0.18%     
===========================================
  Files          135      135              
  Lines        10770    10771       +1     
===========================================
- Hits          8307     8289      -18     
- Misses        1821     1836      +15     
- Partials       642      646       +4

Copy link
Contributor

@auxten auxten left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@zeqing-guo zeqing-guo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approve

@zeqing-guo zeqing-guo merged commit 09ee7bb into develop Jan 3, 2019
@zeqing-guo zeqing-guo deleted the bugfix/duplicate branch January 3, 2019 04:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants