-
-
Notifications
You must be signed in to change notification settings - Fork 52
Improved coverage #62
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #62 +/- ##
==========================================
+ Coverage 93.97% 95.11% +1.14%
==========================================
Files 33 33
Lines 1527 1536 +9
Branches 230 233 +3
==========================================
+ Hits 1435 1461 +26
+ Misses 47 44 -3
+ Partials 45 31 -14
Continue to review full report at Codecov.
|
For a peewee->sqlite database migration to start these are the criterias:
So the solution to avoid a migration during testing would be to run the datastore tests with sqlite before running them with peewee. |
Merge after #57