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

[#31] [#64] [Integrate] As a logged-in user, I can see the survey list on the Home screen #65

Merged
merged 6 commits into from
Aug 24, 2023

[#31] Refactor

8b31157
Select commit
Loading
Failed to load commit list.
Merged

[#31] [#64] [Integrate] As a logged-in user, I can see the survey list on the Home screen #65

[#31] Refactor
8b31157
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 24, 2023 in 0s

49.45% (+3.66%) compared to 4bfccf6

View this Pull Request on Codecov

49.45% (+3.66%) compared to 4bfccf6

Details

Codecov Report

Patch coverage: 59.25% and project coverage change: +3.66% 🎉

Comparison is base (4bfccf6) 45.79% compared to head (8b31157) 49.45%.
Report is 1 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop      #65      +/-   ##
===========================================
+ Coverage    45.79%   49.45%   +3.66%     
===========================================
  Files           30       33       +3     
  Lines          297      366      +69     
===========================================
+ Hits           136      181      +45     
- Misses         161      185      +24     
Files Changed Coverage Δ
lib/api/response_decoder.dart 0.00% <0.00%> (ø)
lib/model/response/meta_response.dart 80.00% <0.00%> (ø)
lib/model/response/survey_response.dart 0.00% <0.00%> (ø)
lib/model/response/surveys_container_response.dart 66.66% <0.00%> (ø)
lib/storage/secure_storage_impl.dart 0.00% <0.00%> (ø)
lib/storage/survey_storage.dart 0.00% <0.00%> (ø)
lib/usecases/base/base_use_case.dart 100.00% <ø> (+33.33%) ⬆️
lib/repositories/survey_repository.dart 58.33% <83.33%> (+2.77%) ⬆️
lib/usecases/get_cached_surveys_use_case.dart 83.33% <83.33%> (ø)
lib/model/survey_model.dart 92.85% <85.71%> (+92.85%) ⬆️
... and 4 more

... and 3 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.