mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-21 18:09:02 +01:00
Update Python and JS test coverage collection to exclude tests
This commit is contained in:
parent
bb83801532
commit
314a926f75
@ -6,6 +6,7 @@ source = wagtail
|
||||
|
||||
omit =
|
||||
*/migrations/*
|
||||
*/tests/*
|
||||
docs/conf.py
|
||||
|
||||
|
||||
|
@ -44,6 +44,10 @@
|
||||
"/node_modules/",
|
||||
"/build/"
|
||||
],
|
||||
"coveragePathIgnorePatterns": [
|
||||
"/node_modules/",
|
||||
"/tests/"
|
||||
],
|
||||
"setupFiles": [
|
||||
"./client/tests/adapter.js",
|
||||
"./client/tests/stubs.js",
|
||||
|
Loading…
Reference in New Issue
Block a user