-
-
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
Show last commit status in pull request lists #6465
Conversation
Signed-off-by: Elias Norberg <[email protected]>
Signed-off-by: Elias Norberg <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #6465 +/- ##
==========================================
+ Coverage 40.17% 40.26% +0.09%
==========================================
Files 402 402
Lines 54020 54051 +31
==========================================
+ Hits 21703 21765 +62
+ Misses 29309 29275 -34
- Partials 3008 3011 +3
Continue to review full report at Codecov.
|
@jolheiser: I made a simple test myself, but I can't seem to reproduce your view, unless I stop jenkins from receiving updates. Below is a screenshot that were created by adding a simple jenkinsfile, creating three different branches, and then one PR for each of those. |
I will test with a fresh db. |
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.
On a fresh DB this worked great! (I must have had some bad testing data in my old test DB)
Show last commit status for pull requests in lists.
Addresses part of issue #996 (Better CI Integration).
Takes a sligthly different approach than PR #2519 (Add commit status on repo and user pull request lists) to minimize the changes needed to implement the feature.