Open
Conversation
Codecov Report❌ Patch coverage is
❌ Your patch check has failed because the patch coverage (95.00%) is below the target coverage (100.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## develop #5912 +/- ##
===========================================
+ Coverage 92.28% 92.34% +0.06%
===========================================
Files 494 494
Lines 34362 34388 +26
Branches 3603 3606 +3
===========================================
+ Hits 31711 31756 +45
+ Misses 1904 1883 -21
- Partials 747 749 +2
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:
|
dea4b11 to
f2d638e
Compare
912962d to
127ab46
Compare
Contributor
Author
pkujawa
reviewed
Apr 21, 2026
| program = Program.objects.filter(code=program_code, business_area__slug=business_area_slug).first() | ||
| if config.IS_ELASTICSEARCH_ENABLED and program and program.status == Program.ACTIVE: | ||
| return self._phone_search_es(qs, digits, program) | ||
| return self._phone_search_db(qs, digits) |
Contributor
There was a problem hiding this comment.
We should also pass program to db_search and use it in filters
pkujawa
reviewed
Apr 21, 2026
Comment on lines
+436
to
+437
| if not value: | ||
| return qs |
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


AB#226890