kopia lustrzana https://github.com/wagtail/wagtail
Update Python and JS test coverage collection to exclude tests
rodzic
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",
|
||||
|
|
Ładowanie…
Reference in New Issue