-
Notifications
You must be signed in to change notification settings - Fork 6
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
Program REST - List, GPF List, Detail #4680
base: long-term/rest-api-refactor
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
❌ Your patch check has failed because the patch coverage (69.14%) is below the target coverage (95.00%). You can increase the patch coverage or adjust the target coverage.
Additional details and impacted files@@ Coverage Diff @@
## long-term/rest-api-refactor #4680 +/- ##
================================================================
- Coverage 85.10% 45.63% -39.47%
================================================================
Files 590 589 -1
Lines 37517 37618 +101
================================================================
- Hits 31929 17168 -14761
- Misses 5588 20450 +14862
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…nheriting from drf_filters, variouse small fixes
…_area, test caching
@@ -64,6 +64,7 @@ export const DrawerItems = ({ | |||
const { baseUrl, businessArea, programId, isAllPrograms } = useBaseUrl(); | |||
const { isSocialDctType, selectedProgram } = useProgramContext(); | |||
const permissions = usePermissions(); | |||
console.log('permissions', permissions); |
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.
console.log()
…n household, fix unstable tests
No description provided.