Skip to content

Commit

Permalink
default to codecov just in case
Browse files Browse the repository at this point in the history
  • Loading branch information
ajay-sentry committed Nov 12, 2024
1 parent 1dcef78 commit 3a77aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_scaffold/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

IS_DEV = os.getenv("RUN_ENV") == "DEV"

GCS_BUCKET_NAME = get_config("services", "minio", "bucket")
GCS_BUCKET_NAME = get_config("services", "minio", "bucket", default="codecov")

# Application definition
INSTALLED_APPS = [
Expand Down

0 comments on commit 3a77aee

Please sign in to comment.