-
Notifications
You must be signed in to change notification settings - Fork 14
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
[WIP] mongo7 upgrade #140
base: develop
Are you sure you want to change the base?
[WIP] mongo7 upgrade #140
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #140 +/- ##
===========================================
+ Coverage 80.14% 80.43% +0.29%
===========================================
Files 8 8
Lines 2695 2735 +40
===========================================
+ Hits 2160 2200 +40
Misses 535 535 ☔ View full report in Codecov by Sentry. |
sys.exit(1) | ||
|
||
endpoints = [] | ||
catalog_mock_auth = ['auth_admin.json', 'auth_invalid.json', 'auth_missing.json', 'auth_non_admin.json'] |
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.
It would be good to put a comment here explaining that the order is being preserved here in order to ensure the routes capture the requests in the correct order
No description provided.