mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-21 07:10:59 +00:00
Exclude south_migrations from test coverage
This commit is contained in:
parent
f75ec76b3a
commit
0aee07fd5a
1 changed files with 2 additions and 1 deletions
|
|
@ -5,6 +5,7 @@ branch = True
|
|||
source = wagtail
|
||||
|
||||
omit =
|
||||
*/south_migrations/*
|
||||
*/migrations/*
|
||||
wagtail/vendor/*
|
||||
|
||||
|
|
@ -31,4 +32,4 @@ exclude_lines =
|
|||
ignore_errors = True
|
||||
|
||||
[html]
|
||||
directory = coverage_html_report
|
||||
directory = coverage_html_report
|
||||
|
|
|
|||
Loading…
Reference in a new issue