Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit 1405e6b

Browse files
Make timeseries variable dynamic
1 parent dde7496 commit 1405e6b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

codecov/settings_base.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@
110110

111111
GRAPHQL_MAX_ALIASES = get_config("setup", "graphql", "max_aliases", default=10)
112112

113+
# Timeseries
114+
TIMESERIES_ENABLED = get_config("setup", "timeseries", "enabled", default=False)
115+
113116
# Database
114117
# https://docs.djangoproject.com/en/2.1/ref/settings/#databases
115118

0 commit comments

Comments
 (0)