Skip to content

fix code formatting

c04bf43
Select commit
Loading
Failed to load commit list.
Draft

Implement QR code scanner to join surveys #3711

fix code formatting
c04bf43
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 29, 2026 in 1s

68.50% (+0.55%) compared to 5a8384e

View this Pull Request on Codecov

68.50% (+0.55%) compared to 5a8384e

Details

Codecov Report

❌ Patch coverage is 50.54945% with 45 lines in your changes missing coverage. Please review.
✅ Project coverage is 68.50%. Comparing base (5a8384e) to head (c04bf43).
⚠️ Report is 5 commits behind head on master.

Files with missing lines Patch % Lines
.../android/ui/surveyselector/SurveySelectorScreen.kt 42.85% 24 Missing ⚠️
.../groundplatform/android/system/GmsQrCodeScanner.kt 18.18% 9 Missing ⚠️
...ndroid/ui/surveyselector/SurveySelectorFragment.kt 28.57% 3 Missing and 2 partials ⚠️
...droid/ui/surveyselector/SurveySelectorViewModel.kt 77.27% 4 Missing and 1 partial ⚠️
...undplatform/domain/model/qrscanner/QrScanResult.kt 0.00% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #3711      +/-   ##
============================================
+ Coverage     67.95%   68.50%   +0.55%     
+ Complexity     1633     1606      -27     
============================================
  Files           369      375       +6     
  Lines          9267    10591    +1324     
  Branches       1184     1195      +11     
============================================
+ Hits           6297     7255     +958     
- Misses         2322     2685     +363     
- Partials        648      651       +3     
Files with missing lines Coverage Δ
...m/android/ui/surveyselector/SurveySelectorEvent.kt 100.00% <100.00%> (ø)
...domain/usecases/survey/ParseSurveyQrCodeUseCase.kt 100.00% <100.00%> (ø)
...undplatform/domain/model/qrscanner/QrScanResult.kt 0.00% <0.00%> (ø)
...ndroid/ui/surveyselector/SurveySelectorFragment.kt 78.57% <28.57%> (-7.15%) ⬇️
...droid/ui/surveyselector/SurveySelectorViewModel.kt 76.71% <77.27%> (+1.71%) ⬆️
.../groundplatform/android/system/GmsQrCodeScanner.kt 18.18% <18.18%> (ø)
.../android/ui/surveyselector/SurveySelectorScreen.kt 65.00% <42.85%> (-25.33%) ⬇️

... and 234 files with indirect coverage changes

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