-
Notifications
You must be signed in to change notification settings - Fork 59
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
Added the performer and organization info for consent resource along … #3230
Merged
ellykits
merged 4 commits into
main
from
performer_and_organization_info_for_consent_update
Jul 18, 2024
Merged
Added the performer and organization info for consent resource along … #3230
ellykits
merged 4 commits into
main
from
performer_and_organization_info_for_consent_update
Jul 18, 2024
Conversation
This file contains 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
…with unit tests (#3227)
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3230 +/- ##
=========================================
- Coverage 28.3% 28.3% -0.1%
Complexity 716 716
=========================================
Files 266 266
Lines 12760 12764 +4
Branches 2265 2269 +4
=========================================
+ Hits 3621 3622 +1
- Misses 8666 8667 +1
- Partials 473 475 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
|
ellykits
reviewed
May 3, 2024
...d/engine/src/main/java/org/smartregister/fhircore/engine/util/extension/ResourceExtension.kt
Outdated
Show resolved
Hide resolved
Fix the failing tests @Aleem92 |
…update # Conflicts: # android/engine/src/test/java/org/smartregister/fhircore/engine/util/extension/ResourceExtensionTest.kt # android/quest/src/test/java/org/smartregister/fhircore/quest/ui/questionnaire/QuestionnaireViewModelTest.kt
ellykits
requested changes
Jul 8, 2024
...d/engine/src/main/java/org/smartregister/fhircore/engine/util/extension/ResourceExtension.kt
Outdated
Show resolved
Hide resolved
Signed-off-by: Elly Kitoto <[email protected]>
ellykits
approved these changes
Jul 18, 2024
qiarie
pushed a commit
that referenced
this pull request
Jan 15, 2025
#3230) * Added the performer and organization info for consent resource along with unit tests (#3227) * Refactor implementation Signed-off-by: Elly Kitoto <[email protected]> --------- Signed-off-by: Elly Kitoto <[email protected]> Co-authored-by: Elly Kitoto <[email protected]>
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.
…with unit tests (#3227)
IMPORTANT: Where possible all PRs must be linked to a Github issue
Fixes [link to issue]
Engineer Checklist
strings.xml
file./gradlew spotlessApply
and./gradlew spotlessCheck
to check my code follows the project's style guideCode Reviewer Checklist
strings.xml
file