Skip to content
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

Merged
merged 5 commits into from
Mar 26, 2024
Merged

Bacpop-159 v8 db update #5

merged 5 commits into from
Mar 26, 2024

Conversation

absternator
Copy link
Contributor

No description provided.

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

❗ No coverage uploaded for pull request base (main@d580d42). Click here to learn what that means.

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.
📢 Have feedback on the report? Share it here.

@@ -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"]
Copy link
Contributor

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.

Copy link
Contributor Author

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

@EmmaLRussell EmmaLRussell merged commit 33528d5 into main Mar 26, 2024
0 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants