Skip to content
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

[Data collection] Restore position to last active task when restoring from draft #2871

Merged
merged 13 commits into from
Dec 5, 2024

Update ktdoc formatting

b71f5bf
Select commit
Loading
Failed to load commit list.
Merged

[Data collection] Restore position to last active task when restoring from draft #2871

Update ktdoc formatting
b71f5bf
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 5, 2024 in 0s

62.67% (+0.02%) compared to 859283c

View this Pull Request on Codecov

62.67% (+0.02%) compared to 859283c

Details

Codecov Report

Attention: Patch coverage is 60.00000% with 4 lines in your changes missing coverage. Please review.

Project coverage is 62.67%. Comparing base (859283c) to head (b71f5bf).

Files with missing lines Patch % Lines
...ome/mapcontainer/HomeScreenMapContainerFragment.kt 0.00% 2 Missing ⚠️
...ground/ui/datacollection/DataCollectionFragment.kt 0.00% 0 Missing and 1 partial ⚠️
...oogle/android/ground/ui/home/HomeScreenFragment.kt 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #2871      +/-   ##
============================================
+ Coverage     62.64%   62.67%   +0.02%     
- Complexity     1206     1209       +3     
============================================
  Files           269      269              
  Lines          6366     6373       +7     
  Branches        878      879       +1     
============================================
+ Hits           3988     3994       +6     
- Misses         1829     1832       +3     
+ Partials        549      547       -2     
Files with missing lines Coverage Δ
.../src/main/java/com/google/android/ground/Config.kt 100.00% <ø> (ø)
...android/ground/model/submission/DraftSubmission.kt 100.00% <100.00%> (ø)
...oid/ground/persistence/local/room/LocalDatabase.kt 100.00% <ø> (ø)
...d/persistence/local/room/converter/ConverterExt.kt 83.98% <100.00%> (+0.10%) ⬆️
...istence/local/room/entity/DraftSubmissionEntity.kt 100.00% <100.00%> (ø)
.../android/ground/repository/SubmissionRepository.kt 80.00% <100.00%> (ø)
...round/ui/datacollection/DataCollectionViewModel.kt 72.58% <100.00%> (+2.03%) ⬆️
...ground/ui/datacollection/DataCollectionFragment.kt 54.54% <0.00%> (-2.03%) ⬇️
...oogle/android/ground/ui/home/HomeScreenFragment.kt 58.33% <0.00%> (-0.55%) ⬇️
...ome/mapcontainer/HomeScreenMapContainerFragment.kt 16.66% <0.00%> (-0.20%) ⬇️