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

Commit 21a7792

Browse files
Merge remote-tracking branch 'origin/main' into sshin/stripe-setup-intent
2 parents c3528d6 + fa372bf commit 21a7792

File tree

211 files changed

+15
-8346
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

211 files changed

+15
-8346
lines changed

codecov/settings_base.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,9 +436,13 @@
436436
# Allows to do migrations from another module
437437
MIGRATION_MODULES = {
438438
"codecov_auth": "shared.django_apps.codecov_auth.migrations",
439+
"compare": "shared.django_apps.compare.migrations",
439440
"core": "shared.django_apps.core.migrations",
440-
"reports": "shared.django_apps.reports.migrations",
441+
"labelanalysis": "shared.django_apps.labelanalysis.migrations",
441442
"legacy_migrations": "shared.django_apps.legacy_migrations.migrations",
443+
"profiling": "shared.django_apps.profiling.migrations",
444+
"reports": "shared.django_apps.reports.migrations",
445+
"staticanalysis": "shared.django_apps.staticanalysis.migrations",
442446
}
443447

444448
# to aid in debugging, print out this info on startup. If no license, prints nothing

codecov_auth/migrations/0001_initial.py

Lines changed: 0 additions & 169 deletions
This file was deleted.

codecov_auth/migrations/0002_auto_20210817_1346.py

Lines changed: 0 additions & 43 deletions
This file was deleted.

codecov_auth/migrations/0003_auto_20210924_1003.py

Lines changed: 0 additions & 71 deletions
This file was deleted.

codecov_auth/migrations/0004_auto_20210930_1429.py

Lines changed: 0 additions & 28 deletions
This file was deleted.

codecov_auth/migrations/0005_auto_20211029_1709.py

Lines changed: 0 additions & 13 deletions
This file was deleted.

codecov_auth/migrations/0006_auto_20211123_1535.py

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)