RoadTripMoustache / kana_to_kanji

Simple application to learn Japanese kana (hiragana, katakana) and kanji
5 stars 1 forks source link

Refactor repositories to remove unecessary Future #115

Closed apomalyn closed 6 months ago

apomalyn commented 8 months ago

๐Ÿ“– Description

Refactor the existing repositories to remove unnecessaries Future. Also, add tests to the modified repositories.

โ‰๏ธ Related Issues

๐Ÿ–ผ๏ธ Screenshots:

โŒ

๐Ÿงช How to test the change?

  1. Open and use the application as normal

โ˜‘๏ธ Checklist before requesting a review

github-actions[bot] commented 8 months ago

Coverage after merging feat/100-repos into feat/100 will be

44.36%

Coverage Report for Changed Files
FileStmtsBranchesFuncsLinesUncovered Lines
lib/src/core/repositories
   kana_repository.dart100%100%100%100%
   kanji_repository.dart100%100%100%100%
   vocabulary_repository.dart100%100%100%100%
lib/src/core/services
   kana_service.dart0%100%100%0%10–12, 15, 17–18, 21, 25–26, 29–30, 32, 35–36, 39–40
   kanji_service.dart0%100%100%0%10, 9
   vocabulary_service.dart0%100%100%0%10, 9
lib/src/quiz
   quiz_view_model.dart0%100%100%0%22, 26, 28–29, 31, 33, 35, 37–40, 43–44, 47–49, 52–53, 55–57, 60, 65–67, 69–70
github-actions[bot] commented 6 months ago

Bump version from 0.14.0+1 to 0.14.1+1

github-actions[bot] commented 6 months ago

Coverage after merging feat/100-repos into main will be

46.90%

Coverage Report for Changed Files
FileStmtsBranchesFuncsLinesUncovered Lines
lib/src/core/repositories
   kana_repository.dart39.62%100%100%39.62%42–45, 47–51, 54–60, 70–73, 75–79, 82–88
   kanji_repository.dart31.82%100%100%31.82%26–30, 32, 35–40, 42–43, 45
   vocabulary_repository.dart35%100%100%35%26–31, 33, 36–41
lib/src/core/services
   kana_service.dart0%100%100%0%10–12, 15, 17–18, 21, 25–26, 29–30, 32, 35–36, 39–40
   kanji_service.dart0%100%100%0%10, 9
   vocabulary_service.dart0%100%100%0%10, 9
lib/src/quiz
   quiz_view_model.dart0%100%100%0%22, 26, 28–29, 31, 33, 35, 37–40, 43–44, 47–49, 52–53, 55–57, 60, 65–67, 69–70