-
Notifications
You must be signed in to change notification settings - Fork 318
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
Static HTML report: Improve the ordering of issues #8570
Conversation
Signed-off-by: Frank Viernau <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8570 +/- ##
=========================================
Coverage 67.70% 67.70%
Complexity 1007 1007
=========================================
Files 246 246
Lines 7924 7924
Branches 883 883
=========================================
Hits 5365 5365
Misses 2176 2176
Partials 383 383
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@@ -60,6 +60,10 @@ scopes: | |||
- 0 | |||
issue_resolutions: | |||
- _id: 0 | |||
message: "Example error, resolved." |
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.
Commit message: s/vizualization/visualization/
467c46d
to
310f898
Compare
Add issues (analyzer, scanner) for each severity plus a resolved one to the static HTML test input, to prepare for changing the visualization of these. Update the assets for the evaluated model and Opossum reporter for consistency. Signed-off-by: Frank Viernau <[email protected]>
Adjust the issue summary table (rows), so that errors come first, then warning, then hints. Signed-off-by: Frank Viernau <[email protected]>
310f898
to
7a51ccd
Compare
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.
Looks good
Adjust the issue summary table such that issues are ordered from ERROR to HINT within each table row.
Found in context of: #7921.