-
Notifications
You must be signed in to change notification settings - Fork 43
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
✨ Update Applications Analyze table to pf5 #1353
Conversation
Signed-off-by: gitdallas <dallas.nicol@gmail.com>
Signed-off-by: gitdallas <dallas.nicol@gmail.com>
Signed-off-by: gitdallas <dallas.nicol@gmail.com>
Signed-off-by: gitdallas <dallas.nicol@gmail.com>
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #1353 +/- ##
=======================================
Coverage 42.41% 42.41%
=======================================
Files 138 138
Lines 4315 4315
Branches 1017 1017
=======================================
Hits 1830 1830
Misses 2473 2473
Partials 12 12
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ 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.
Signed-off-by: gitdallas <dallas.nicol@gmail.com>
@gildub - fixed |
#1353 follow-up to fix broken display of analysis status. `ApplicationAnalysisStatus` must be used to display analysis state. `IconedStatus` cannot be used here (or at least not yet) because analysis state mapping for tasks is specific.
Tried keeping things as similar as possible to assessment table (order/formatting/etc) for easier refactoring to shared components later.