-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Show number of commits a branch is ahead or behind the default branch #5339
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
Show number of commits a branch is ahead or behind the default branch #5339
Conversation
We obviously can improve it by adding it to the UI |
Codecov Report
@@ Coverage Diff @@
## master #5339 +/- ##
==========================================
+ Coverage 41.44% 41.45% +0.01%
==========================================
Files 441 441
Lines 59696 59722 +26
==========================================
+ Hits 24739 24759 +20
- Misses 31732 31736 +4
- Partials 3225 3227 +2
Continue to review full report at Codecov.
|
@adelowo are you able to provide screenshots? |
Sure @techknowlogick .. I updated the initial post |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 months. Thank you for your contributions. |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 months. Thank you for your contributions. |
#6695 has a better fix by putting that into a reusable function. Once it is merged, will update this PR :) |
ad8f303
to
38e2fc1
Compare
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 months. Thank you for your contributions. |
Can this be reviewed again? |
…ent_branch_and_master
Codecov Report
@@ Coverage Diff @@
## master #5339 +/- ##
==========================================
- Coverage 42.25% 41.45% -0.80%
==========================================
Files 590 441 -149
Lines 78002 59722 -18280
==========================================
- Hits 32957 24759 -8198
+ Misses 41003 31736 -9267
+ Partials 4042 3227 -815
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #5339 +/- ##
==========================================
- Coverage 42.00% 41.45% -0.55%
==========================================
Files 683 441 -242
Lines 75279 59722 -15557
==========================================
- Hits 31618 24759 -6859
+ Misses 38499 31736 -6763
+ Partials 5162 3227 -1935
Continue to review full report at Codecov.
|
Closed as it's outdated. |
Fixes #5326
This uses a flash message to display "if ahead, behind or equal with the default branch".