olmps / memo

Memo is an open-source, programming-oriented spaced repetition software (SRS) written in Flutter.
BSD 3-Clause "New" or "Revised" License
1.83k stars 159 forks source link

Collection Execution full functionality #60

Closed matuella closed 3 years ago

matuella commented 3 years ago

Main branch of all PRs related to the collection execution functionality

codecov-commenter commented 3 years ago

Codecov Report

Merging #60 (402d92c) into main (d932d38) will decrease coverage by 1.32%. The diff coverage is 85.02%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #60      +/-   ##
==========================================
- Coverage   75.73%   74.41%   -1.33%     
==========================================
  Files          22       26       +4     
  Lines         408      469      +61     
==========================================
+ Hits          309      349      +40     
- Misses         99      120      +21     
Impacted Files Coverage Δ
lib/application/theme/material_theme_data.dart 0.00% <0.00%> (ø)
lib/domain/models/resource.dart 100.00% <ø> (ø)
lib/domain/models/memo.dart 29.41% <23.07%> (-65.04%) :arrow_down:
lib/data/serializers/memo_difficulty_parser.dart 75.00% <75.00%> (ø)
lib/domain/transients/collection_memos.dart 75.00% <75.00%> (ø)
lib/domain/models/collection.dart 88.88% <81.81%> (-5.85%) :arrow_down:
lib/domain/models/memo_execution.dart 86.36% <83.33%> (-4.55%) :arrow_down:
lib/data/gateways/sembast_database.dart 85.29% <85.29%> (ø)
lib/data/serializers/user_serializer.dart 91.66% <91.66%> (ø)
lib/data/serializers/memo_serializer.dart 95.23% <94.11%> (-4.77%) :arrow_down:
... and 14 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d932d38...402d92c. Read the comment docs.