Swiddis / word-debt-bot

A Discord bot for running a little reading game.
MIT License
2 stars 2 forks source link

Serialization migration to V1 #24

Closed Swiddis closed 6 months ago

Swiddis commented 6 months ago

PR adding migrations, as part of work on store functionality in #14.

codecov-commenter commented 6 months ago

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (f21ccbd) 82.77% compared to head (08f82f8) 82.91%.

Files Patch % Lines
src/word_debt_bot/game/core.py 86.36% 3 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #24 +/- ## ========================================== + Coverage 82.77% 82.91% +0.13% ========================================== Files 8 9 +1 Lines 180 199 +19 ========================================== + Hits 149 165 +16 - Misses 31 34 +3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

Swiddis commented 6 months ago

Updating this PR to only focus on the serialization to avoid potential merge conflicts in the future, the store will be added in a later PR.

Swiddis commented 6 months ago

Also going to start leaving my own PRs up for at least 24 hours before merging for anyone else to review, since I'm no longer the only dev working on this.