-
Notifications
You must be signed in to change notification settings - Fork 317
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
chore: fix namespace bug #3110
chore: fix namespace bug #3110
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## release/1.7.x #3110 +/- ##
=================================================
+ Coverage 53.55% 53.78% +0.22%
=================================================
Files 350 350
Lines 54452 54456 +4
=================================================
+ Hits 29163 29287 +124
+ Misses 23633 23506 -127
- Partials 1656 1663 +7
... and 9 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
Please provide more context, what is the bug and the intended fix. |
Updated the description now |
Description
Fixing the bug introduced in the previous refactoring of
getNamespace
function which returned an empty namespace even though there was a valid namespace present in theschema
table also adding tests for the sameNotion Ticket
Notion Link
Security