0
0
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:
Thibaud Colas 2020-05-22 08:44:23 +01:00 committed by Matt Westcott
parent bb83801532
commit 314a926f75
2 changed files with 5 additions and 0 deletions

View File

@ -6,6 +6,7 @@ source = wagtail
omit =
*/migrations/*
*/tests/*
docs/conf.py

View File

@ -44,6 +44,10 @@
"/node_modules/",
"/build/"
],
"coveragePathIgnorePatterns": [
"/node_modules/",
"/tests/"
],
"setupFiles": [
"./client/tests/adapter.js",
"./client/tests/stubs.js",