-
Notifications
You must be signed in to change notification settings - Fork 0
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
Bacpop-159 v8 db update #5
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5 +/- ##
=======================================
Coverage ? 92.35%
=======================================
Files ? 2
Lines ? 170
Branches ? 0
=======================================
Hits ? 157
Misses ? 13
Partials ? 0 ☔ View full report in Codecov by Sentry. |
@@ -176,9 +174,6 @@ def api_configure(container, cfg): | |||
else: | |||
print("[api] Downloading storage database") | |||
args = ["./scripts/download_db"] | |||
if cfg.api_use_small_db: | |||
args = args + ["--small"] | |||
args = args + ["storage"] |
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.
I think we can still include the storage line - though it looks like in the script, the storage location defaults to that anyway, we might as well keep this in to make the link with the volume clearer.
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.
ive removed this from beebop_py so the script doesn't accept arg
No description provided.