-
Notifications
You must be signed in to change notification settings - Fork 326
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
Add More Facilities and patients to dummy data #1748
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1748 +/- ##
=======================================
Coverage 60.75% 60.75%
=======================================
Files 210 210
Lines 11533 11533
Branches 1644 1644
=======================================
Hits 7007 7007
Misses 4285 4285
Partials 241 241 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deleting this will throw an error in https://github.com/coronasafe/care/blob/033d0855cdb4a602327e1f4f19808a8d706db4ed/care/facility/management/commands/load_dummy_data.py#L29-L31
as the first file is missing, the other two will fail due to constraint error.
These files are useful for setting up the backend for initial testing, so we should keep these instead and only run
https://github.com/coronasafe/care/blob/033d0855cdb4a602327e1f4f19808a8d706db4ed/care/facility/management/commands/load_dummy_data.py#L25-L28
for cypress
Hey, I am not deleting any files 😅 Just added more facilities and patients to the existing dummy data. I think the change size |
Oh so that's why the title 😅, can you regenerate the fixtures by excluding, |
yep, done! |
Proposed Changes
Fixes ohcnetwork/care_fe#6732
@coronasafe/care-backend-maintainers @coronasafe/care-backend-admins