Closed aljones15 closed 3 years ago
Merging #74 (511f0da) into master (fedc685) will not change coverage. The diff coverage is
0.00%
.
@@ Coverage Diff @@
## master #74 +/- ##
=======================================
Coverage 60.15% 60.15%
=======================================
Files 4 4
Lines 266 266
=======================================
Hits 160 160
Misses 106 106
Impacted Files | Coverage Δ | |
---|---|---|
lib/index.js | 56.19% <0.00%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update fedc685...511f0da. Read the comment docs.
It would be nice if we had an easy way to test this -- right now it requires manual testing, IIRC.
@dlongley I made an issue for testing with auth here: https://github.com/digitalbazaar/bedrock-mongodb/issues/75
When adding a new user the new
async _loginUser
method now returns a fuil mongoDB client where previously it returned an object containing that client.NOTE: this is a draft as I'm still testing the addUser functionality right now.