-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
refactor(stats): Use Finding instead of Check_Report #7053
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #7053 +/- ##
==========================================
+ Coverage 88.72% 88.79% +0.07%
==========================================
Files 1200 1207 +7
Lines 34832 35042 +210
==========================================
+ Hits 30903 31117 +214
+ Misses 3929 3925 -4
Flags with carried forward coverage won't be shown. Click here to find out more.
|
e0b1e31
to
ef2df6e
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.
Thanks for fixing this bug! 🔝
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.
Thanks for fixing this bug! 🔝
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.
👏🏼 👏🏼 👏🏼 👏🏼
Co-authored-by: pedrooot <[email protected]>
Description
Refactor
extract_findings_statistics
to useFinding
instead ofCheck_Report_XXX
.Checklist
API
License
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.