-
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
Main | Performance improvements #3586
base: main
Are you sure you want to change the base?
Conversation
- Update Kujaku library version - Revert offline map downloads configuration via Kujaku network change receiver
- Fix code coverage reporting
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3586 +/- ##
========================================
Coverage 27.1% 27.2%
- Complexity 775 784 +9
========================================
Files 279 282 +3
Lines 14563 14663 +100
Branches 2608 2623 +15
========================================
+ Hits 3957 3994 +37
- Misses 10065 10125 +60
- Partials 541 544 +3
Flags with carried forward coverage won't be shown. Click here to find out more.
|
…ments' into performance-improvements
This looks like the main error |
Moving this to be tracked in a separate issue |
* limitations under the License. | ||
*/ | ||
|
||
package org.smartregister.fhircore.engine.datastore |
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.
Why are we introducing this cache?
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.
There is this Kotlin library https://github.com/MayakaApps/Kache
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