-
Notifications
You must be signed in to change notification settings - Fork 279
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
[JENKINS-71435] Make empty properties clickable #1648
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1648 +/- ##
============================================
+ Coverage 81.82% 81.83% +0.01%
Complexity 1411 1411
============================================
Files 249 249
Lines 5358 5361 +3
Branches 398 399 +1
============================================
+ Hits 4384 4387 +3
Misses 861 861
Partials 113 113 ☔ View full report in Codecov by Sentry. |
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.
Can you please also add a small unit test in DetailsTableModelTest
?
I will be travelling for a few days so it might take a bit of time to add the unit tests. |
Fixes JENKINS-71435. Changed formatProperty() method in DetailsTableModel.java to display issues with blank categories as '-' category.
Before change:
After change:
Testing done
Submitter checklist