-
Notifications
You must be signed in to change notification settings - Fork 7
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
Batch onboarding scripts & txns #35
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #35 +/- ##
==========================================
+ Coverage 82.82% 82.88% +0.05%
==========================================
Files 18 18
Lines 827 818 -9
==========================================
- Hits 685 678 -7
+ Misses 142 140 -2 ☔ View full report in Codecov by Sentry. |
if results[type] != nil { | ||
continue | ||
} |
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.
Would this ever be true
?
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.
Probably not, but covering a case where there are non-unique values in the provided array
… for batch onboarding
b96e5bd
to
428634e
Compare
Closes: #33 #34
Description
Adds support for batch operations.
For contributor use:
master
branchFiles changed
in the Github PR explorer