-
Notifications
You must be signed in to change notification settings - Fork 341
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
fix: upgrade mongodb depns to V4 #430
Conversation
Codecov Report
@@ Coverage Diff @@
## master #430 +/- ##
==========================================
- Coverage 90.58% 82.32% -8.27%
==========================================
Files 3 2 -1
Lines 393 181 -212
Branches 47 42 -5
==========================================
- Hits 356 149 -207
- Misses 21 22 +1
+ Partials 16 10 -6
Continue to review full report at Codecov.
|
f44cc21
to
472c003
Compare
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.
Thank you for doing this!
@@ -12,7 +12,7 @@ jobs: | |||
|
|||
strategy: | |||
matrix: | |||
node-version: [10.x, 12.x, 14.x, 15.x] | |||
node-version: [12.x, 14.x, 15.x, 16.x] |
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.
Agreed!
"statements": 80, | ||
"exclude": ["src/test"] | ||
"exclude": ["src/test", "src/lib/MongoStore.spec.ts"] |
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.
Does this accept wildcard syntax such that you could put "*.spec.ts"
?
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
What is the current behavior? (You can also link to an open issue here)
What is the new behavior (if this is a feature change)?
Other information:
Checklist:
Added test cases
Updated changelog