Skip to content

Implement incremental LOI sync - #3918

Draft
andreia-ferreira wants to merge 10 commits into
masterfrom
andreia/3867/avoid-sync-all-lois
Draft

Implement incremental LOI sync#3918
andreia-ferreira wants to merge 10 commits into
masterfrom
andreia/3867/avoid-sync-all-lois

Conversation

@andreia-ferreira

Copy link
Copy Markdown
Collaborator

Fixes #3867

@... PTAL?

@codecov

codecov Bot commented Sep 4, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 92.59259% with 8 lines in your changes missing coverage. Please review.
✅ Project coverage is 69.70%. Comparing base (64743dc) to head (52c6ee3).

Files with missing lines Patch % Lines
.../android/data/local/room/converter/ConverterExt.kt 53.84% 5 Missing and 1 partial ⚠️
...ndroid/data/remote/firebase/schema/LoiConverter.kt 0.00% 0 Missing and 1 partial ⚠️
...android/repository/LocationOfInterestRepository.kt 96.66% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #3918      +/-   ##
============================================
+ Coverage     69.47%   69.70%   +0.22%     
- Complexity     1966     2008      +42     
============================================
  Files           412      418       +6     
  Lines         11018    11108      +90     
  Branches       1453     1470      +17     
============================================
+ Hits           7655     7743      +88     
+ Misses         2612     2611       -1     
- Partials        751      754       +3     
Files with missing lines Coverage Δ
...ava/org/groundplatform/android/common/Constants.kt 50.00% <ø> (ø)
...dplatform/android/data/local/room/LocalDatabase.kt 100.00% <ø> (ø)
...id/data/local/room/entity/SurveySyncStateEntity.kt 100.00% <100.00%> (ø)
...a/local/room/stores/RoomLocationOfInterestStore.kt 92.45% <100.00%> (+1.14%) ⬆️
...data/local/room/stores/RoomSurveySyncStateStore.kt 100.00% <100.00%> (ø)
...d/data/remote/firebase/FirebaseMessagingService.kt 100.00% <ø> (ø)
...d/data/remote/firebase/protobuf/ModelToProtoExt.kt 81.17% <ø> (-0.22%) ⬇️
...a/remote/firebase/schema/LoiCollectionReference.kt 100.00% <100.00%> (ø)
...undplatform/android/data/sync/SurveySyncService.kt 100.00% <100.00%> (ø)
...oundplatform/android/data/sync/SurveySyncWorker.kt 100.00% <ø> (ø)
... and 9 more

... and 2 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

App doing too many unecessary reads from Firebase

1 participant