-
Notifications
You must be signed in to change notification settings - Fork 113
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
chore: update component test suite #2664
Conversation
* feat(iterable): user deletion support * feat(iterable): user deletion improvements * chore: added comments
* chore: partial failure handling * chore: code review changes
* chore: move unit tests to correct place for mssql and postgres * chore: replace var to const * chore: replace var to const
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #2664 +/- ##
===========================================
+ Coverage 87.20% 87.22% +0.01%
===========================================
Files 640 643 +3
Lines 28461 28508 +47
Branches 6759 6769 +10
===========================================
+ Hits 24820 24866 +46
- Misses 3314 3315 +1
Partials 327 327 ☔ View full report in Codecov by Sentry. |
@@ -23,7 +23,6 @@ | |||
"ajv": "^8.12.0", | |||
"ajv-draft-04": "^1.0.0", | |||
"ajv-formats": "^2.1.1", | |||
"aws-sdk": "^2.1354.0", |
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.
Any reason we are removing aws-sdk
dependency in this PR ?
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.
I haven't removed it, may happened due to latest pull from base branch
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
@Sanjay-Veernala We need to move it in the component-test-suit format. This is not yet in the component test suit format. You can check this PR for the reference. |
Description of the change
Type of change
Related issues
Checklists
Development
Code review