- 
                Notifications
    
You must be signed in to change notification settings  - Fork 62
 
feat(Mongo): Update xAPI service to use mongodb node.js driver v4 (LLC-1689) #862
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
Conversation
# Conflicts: # package.json # src/apps/activities/mongoAuthRepo/tests/getClient.test.ts # src/apps/agents/mongoAuthRepo/tests/getClient.test.ts # src/apps/statements/expressPresenter/utils/getUrlPath.ts # src/apps/statements/repo/authRepo/getClient/mongo.test.ts # src/apps/statements/tests/storingStatements/attachments.test.ts # src/apps/states/mongoAuthRepo/tests/getClient.test.ts # yarn.lock
          Codecov ReportBase: 89.37% // Head: 94.25% // Increases project coverage by  
 Additional details and impacted files@@            Coverage Diff             @@
##           master     #862      +/-   ##
==========================================
+ Coverage   89.37%   94.25%   +4.87%     
==========================================
  Files         652      652              
  Lines        7079     7102      +23     
  Branches      758      789      +31     
==========================================
+ Hits         6327     6694     +367     
+ Misses        669      286     -383     
- Partials       83      122      +39     
 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov.  | 
    
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.
LGTM! 🚀
Agree that these seem to be the only workaround for the weird behaviour of findOneAndUpdate()
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.
LGTM 👍
| 
           🎉 This PR is included in version 6.2.0 🎉 The release is available on: Your semantic-release bot 📦🚀  | 
    
Closes LLC-1689