-
Notifications
You must be signed in to change notification settings - Fork 191
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
Warn when no definition is found for a specified primary key #790
base: develop
Are you sure you want to change the base?
Conversation
Does running |
No, it returns the error I quoted in the first comment. This is, when I run My Versions: |
Hi, It seems this is a remnant of old versions and dependencies. In other branches we have updated them and fixed the tests. It is my plan to get these merged soon and when that is done we can also merge this one. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #790 +/- ##
===========================================
+ Coverage 91.51% 91.92% +0.41%
===========================================
Files 11 11
Lines 224 223 -1
===========================================
Hits 205 205
+ Misses 19 18 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
I have merged the updated develop branch into this one. The tests are now functioning properly. |
Thank you! |
Could you add a test for this too? |
Hopefully fixes #789
I'd like to add a test for this and make sure everything works, but I don't know how to run the tests^^
If I run them using
flutter test
out of thefloor_generator
directory, I get the following error: