-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Number of commits ahead/behind in branch overview #6695
Number of commits ahead/behind in branch overview #6695
Conversation
Signed-off-by: Mario Lubenka <[email protected]>
Signed-off-by: Mario Lubenka <[email protected]>
Signed-off-by: Mario Lubenka <[email protected]>
1272725
to
a4bc299
Compare
Signed-off-by: Mario Lubenka <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #6695 +/- ##
=========================================
Coverage ? 41.17%
=========================================
Files ? 424
Lines ? 58459
Branches ? 0
=========================================
Hits ? 24073
Misses ? 31201
Partials ? 3185
Continue to review full report at Codecov.
|
Signed-off-by: Mario Lubenka <[email protected]>
Not sure why the tests fail on DroneCI. I reset my local repository and recreated it from scratch the same way as DroneCI does it. The test work for me, not on CI... :( |
Signed-off-by: Mario Lubenka <[email protected]>
For now I removed the test I created, as I couldn't figure out what I had to do in order to successfully run it via DroneCI. => Ready for review. |
@lafriks Can you remove the WIP flag? ;) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works great and the PR is simple and effective.
Thanks
…integers as numerator Signed-off-by: Mario Lubenka <[email protected]>
Signed-off-by: Mario Lubenka <[email protected]>
@lunny Done :) |
Resolves #5628.
Will have to check how that works with forked repositories. And I want to look into also showing the information in branch select fields (mentioned in #5326) Therefore this PR is WIP.