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

Revamped questions feature #58

Merged
merged 2 commits into from
Sep 20, 2024
Merged

Revamped questions feature #58

merged 2 commits into from
Sep 20, 2024

Conversation

JackEblan
Copy link
Owner

@JackEblan JackEblan commented Sep 20, 2024

Thanks for submitting a pull request. Please include the following information.

What I have done and why

Include a summary of what your pull request contains, and why you have made these changes.

Fixes #<issue_number_goes_here>

How I'm testing it

Choose at least one:

  • Unit tests
  • UI tests
  • Screenshot tests
  • N/A (provide justification)

Do tests pass?

  • Run local tests on DemoDebug variant: ./gradlew testDemoDebug
  • Check formatting: ./gradlew --init-script gradle/init.gradle.kts spotlessApply

Copy link

Combined test coverage report

Overall Project 35.57% -3.27%
Files changed 14.66%

Module Coverage
cache 98.05% -0.39% 🍏
domain 92.88% -0.37% 🍏
question 5.49% -8.26%
Files
Module File Coverage
cache DefaultInMemoryChoiceDataSource.kt 98.62% -0.39% 🍏
domain UpdateChoiceUseCase.kt 92.16% -0.98% 🍏
question QuestionViewModel.kt 97.5% 🍏
QuestionUiState.kt 58.54% -7.32%
QuestionScreen.kt 0% -9.07%
CorrectChoicesScreen.kt 0% -20.64%
OnBoardingScreen.kt 0% -10.42%

Copy link

Combined test coverage report

Overall Project 35.25% -4.07%
Files changed 12.02%

Module Coverage
cache 98.05% -0.39% 🍏
domain 92.88% -0.37% 🍏
question 5.36% -10.16%
Files
Module File Coverage
cache DefaultInMemoryChoiceDataSource.kt 98.62% -0.39% 🍏
domain UpdateChoiceUseCase.kt 92.16% -0.98% 🍏
question QuestionViewModel.kt 97.5% 🍏
QuestionUiState.kt 58.54% -7.32%
QuestionScreen.kt 0% -14.34%
CorrectChoicesScreen.kt 0% -20.64%
OnBoardingScreen.kt 0% -10.42%

@JackEblan JackEblan merged commit 01112de into main Sep 20, 2024
3 checks passed
@JackEblan JackEblan deleted the revamp-question-screen branch September 20, 2024 08:19
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.

1 participant