-
Notifications
You must be signed in to change notification settings - Fork 39
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
15687 - Pay remove restx #1234
15687 - Pay remove restx #1234
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1234 +/- ##
==========================================
- Coverage 91.54% 90.69% -0.86%
==========================================
Files 153 189 +36
Lines 9842 11414 +1572
==========================================
+ Hits 9010 10352 +1342
- Misses 832 1062 +230
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 37 files with indirect coverage changes 📢 Have feedback on the report? Share it here. |
# Conflicts: # pay-api/src/pay_api/resources/account.py
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.
can ops.py move to ../v1/ ?
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.
The ops endpoint is part of the /ops route and not under /api/v1, so I kept it out of the v1 folder as it is not specific to a version.
# Conflicts: # pay-api/src/pay_api/version.py
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Please move |
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.
Please use git mv
to preserve the history of the files. This is more important in PAY than AUTH.
After reviewing with Ody, |
Another thing to note we discovered: when moving these files - better not to Squash and merge as is |
Issue #:
bcgov/entity#15687
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the sbc-pay license (Apache 2.0).