Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

rhysmeister
Copy link
Collaborator

SUMMARY

Fix for #278

Includes relevant tests.

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

mongodb_user

@codecov
Copy link

codecov bot commented Jan 6, 2021

Codecov Report

Merging #279 (5d52df3) into master (7d281cf) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #279   +/-   ##
=======================================
  Coverage   86.97%   86.97%           
=======================================
  Files           2        2           
  Lines         215      215           
  Branches       23       23           
=======================================
  Hits          187      187           
  Misses         22       22           
  Partials        6        6           

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 282c860...5d52df3. Read the comment docs.

Copy link
Contributor

@psabhay psabhay left a comment

Choose a reason for hiding this comment

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

Looks good :-)
PS: Python 3.7 guarantees ordering in dict. So, once the minimum required Python version is 3.7, we will not need ordereddict just to ensure ordering.

@rhysmeister
Copy link
Collaborator Author

Looks good :-)
PS: Python 3.7 guarantees ordering in dict. So, once the minimum required Python version is 3.7, we will not need ordereddict just to ensure ordering.

Thanks. Good to know although I guess that will be a while.

@rhysmeister rhysmeister merged commit aec798f into master Jan 6, 2021
@rhysmeister rhysmeister deleted the mongodb_user branch January 6, 2021 16:05
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.

2 participants