Skip to content

Commit 6f862a1

Browse files
committed
Merge pull request django-cms#3624 from yakky/coverage
Fix coverage configuration
2 parents 176eee5 + b07f117 commit 6f862a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.coverage.rc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@ source =
55
branch = False
66
omit =
77
cms/migrations/*
8-
cms/migrations_django/*
8+
cms/south_migrations/*
99
cms/plugins/*/migrations/*
1010
cms/stacks/migrations/*
1111
cms/tests/*
1212
cms/test_utils/*
1313
menus/migrations/*
14+
menus/south_migrations/*
1415
docs/*
1516
env/*
1617
env*

0 commit comments

Comments
 (0)