Conversation
|
Skipping CI for Draft Pull Request. |
|
Images are ready for the commit at d54ead3. To use with deploy scripts, first |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #13361 +/- ##
=======================================
Coverage 49.12% 49.12%
=======================================
Files 2558 2558
Lines 187891 187891
=======================================
+ Hits 92293 92310 +17
+ Misses 88318 88303 -15
+ Partials 7280 7278 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@lvalerom Is this good to merge? Do you need someone from backend to review this too? |
891941d to
e47be13
Compare
e47be13 to
d0223ad
Compare
There was a problem hiding this comment.
Hey @lvalerom - I've reviewed your changes - here's some feedback:
- Define the precise conditions for using the
PARTIAL_FAILUREstate, particularly its interaction with existing report statuses and the newfailed_clusterslist.
Here's what I looked at during the review
- 🟢 General issues: all looks good
- 🟢 Security: all looks good
- 🟢 Testing: all looks good
- 🟡 Complexity: 1 issue found
- 🟢 Documentation: all looks good
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
d0223ad to
d54ead3
Compare
vikin91
left a comment
There was a problem hiding this comment.
LGTM, I left one suggestion to make it more future-proof
Description
failed_clusters) to theComplianceReportStatusproto.PARTIAL_FAILUREstate to theComplianceReportStatusproto.User-facing documentation
Testing and quality
Automated testing
How I validated my change