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

[Multiple Choice Task] Fix UI bugs in multiple choice selectors #2899

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Move test tags to top-level properties within the same file

528e31d
Select commit
Loading
Failed to load commit list.
Open

[Multiple Choice Task] Fix UI bugs in multiple choice selectors #2899

Move test tags to top-level properties within the same file
528e31d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 20, 2024 in 0s

61.90% (-0.33%) compared to 94c1ea7

View this Pull Request on Codecov

61.90% (-0.33%) compared to 94c1ea7

Details

Codecov Report

Attention: Patch coverage is 42.52874% with 50 lines in your changes missing coverage. Please review.

Project coverage is 61.90%. Comparing base (94c1ea7) to head (528e31d).

Files with missing lines Patch % Lines
...ion/tasks/multiplechoice/MultipleChoiceItemView.kt 35.21% 36 Missing and 10 partials ⚠️
...tasks/multiplechoice/MultipleChoiceTaskFragment.kt 66.66% 0 Missing and 3 partials ⚠️
...asks/multiplechoice/MultipleChoiceTaskViewModel.kt 83.33% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #2899      +/-   ##
============================================
- Coverage     62.22%   61.90%   -0.33%     
+ Complexity     1205     1204       -1     
============================================
  Files           267      268       +1     
  Lines          6380     6441      +61     
  Branches        882      897      +15     
============================================
+ Hits           3970     3987      +17     
- Misses         1863     1898      +35     
- Partials        547      556       +9     
Files with missing lines Coverage Δ
...lection/tasks/multiplechoice/MultipleChoiceItem.kt 100.00% <100.00%> (ø)
...asks/multiplechoice/MultipleChoiceTaskViewModel.kt 92.18% <83.33%> (-0.46%) ⬇️
...tasks/multiplechoice/MultipleChoiceTaskFragment.kt 69.23% <66.66%> (+4.52%) ⬆️
...ion/tasks/multiplechoice/MultipleChoiceItemView.kt 35.21% <35.21%> (ø)