-
Notifications
You must be signed in to change notification settings - Fork 64
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
convert args
to kwargs
to reduce nb of unique keys
#140
Conversation
Hey @Borda, Please note that your code fails some non-mongo-core-related tests. |
yes, looking into it... in addition, I may have two suggestions
|
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #140 +/- ##
===========================================
+ Coverage 99.40% 100.00% +0.59%
===========================================
Files 5 5
Lines 508 511 +3
Branches 88 87 -1
===========================================
+ Hits 505 511 +6
+ Misses 2 0 -2
+ Partials 1 0 -1
... and 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
@shaypal5 seems to be passing now... 🐿️ |
Great! Let's finish with the test cleanup PRs first, then you can rebase over them and we can get cleaner tests results; we'll move directly to vs-real-mongo testing after that. |
resolves #138, see details in the issue
cc: @shaypal5