-
Notifications
You must be signed in to change notification settings - Fork 74
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
18720 remove colin api auth on/off FF #2311
18720 remove colin api auth on/off FF #2311
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #2311 +/- ##
==========================================
- Coverage 77.37% 68.85% -8.52%
==========================================
Files 202 235 +33
Lines 11602 14226 +2624
Branches 1961 1951 -10
==========================================
+ Hits 8977 9796 +819
- Misses 2043 3854 +1811
+ Partials 582 576 -6
Flags with carried forward coverage won't be shown. Click here to find out more.
|
I think we can remove the Line 3 in ac90e01
|
please remove lear/colin-api/src/colin_api/utils/util.py Lines 38 to 60 in ac90e01
|
we can remove test_util_conditional_auth.py |
import statements for every resource file that used conditional_auth decorator can be deleted. |
Hi all lear/colin-api/requirements/dev.txt Line 22 in 757a8f7
To fix the current lint issue, this line should be updated like this. I checked it gets rid of |
@kzdev420 please update dev.txt as you had mentioned above and let's see what new linting errors you get. For colin-api, we typically don't spend that much effort in fixing linting errors as colin-api will be going away. |
Kudos, SonarCloud Quality Gate passed!
|
Issue #: /bcgov/entity#17820
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 lear license (Apache 2.0).