-
Notifications
You must be signed in to change notification settings - Fork 26
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
feat: HTML file report generation for single scan #576
Conversation
Signed-off-by: Oleg Kopysov <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #576 +/- ##
============================================
+ Coverage 92.79% 93.28% +0.49%
- Complexity 547 579 +32
============================================
Files 48 49 +1
Lines 1818 1982 +164
Branches 222 232 +10
============================================
+ Hits 1687 1849 +162
Misses 63 63
- Partials 68 70 +2 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Oleg Kopysov <[email protected]>
aa84778
to
cdba8f8
Compare
private final String boldStart = "\033[1m"; | ||
private final String boldEnd = "\033[0m"; |
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.
both this vars not used.
Signed-off-by: Oleg Kopysov <[email protected]>
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.
LGTM
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.
approved.
Pull Request
Description
Rework of the PR #573
The current PR contains the new HTML file reports generated (in a new format) for a single scan (scan of PR or local file(s)).
Type of change
Please delete options that are not relevant.
Testing
Report for the PR scan:
Report for the local folder scan:
Checklist: