Skip to content
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

Mongodb driver v6 #27

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Mongodb driver v6 #27

wants to merge 5 commits into from

Conversation

mattcollier
Copy link
Contributor

Before merge/release:

  • Remove test/.npmrc file
  • Update package.json in root and test to released version.

@codecov-commenter
Copy link

Codecov Report

Merging #27 (70f2ec6) into main (e645a30) will not change coverage.
The diff coverage is 100.00%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #27   +/-   ##
=======================================
  Coverage   94.71%   94.71%           
=======================================
  Files           7        7           
  Lines         946      946           
=======================================
  Hits          896      896           
  Misses         50       50           
Files Coverage Δ
lib/asymmetric-key.js 94.68% <100.00%> (ø)
lib/index.js 93.44% <100.00%> (ø)
lib/key-agreement-key.js 90.37% <100.00%> (ø)
lib/symmetric-key.js 97.95% <100.00%> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e645a30...70f2ec6. Read the comment docs.

Copy link
Member

@dlongley dlongley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@@ -58,7 +58,7 @@ export async function generateKey({
key
};
try {
await database.collections.ssm.insertOne(record, database.writeOptions);
await database.collections.ssm.insertOne(record);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, looks like inserts here didn't really need much adjusting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants