Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update Python and JS test coverage collection to exclude tests
  • Loading branch information
thibaudcolas committed May 27, 2020
1 parent bb83801 commit bcd2006
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .coveragerc
Expand Up @@ -6,6 +6,7 @@ source = wagtail

omit =
*/migrations/*
*/tests/*
docs/conf.py


Expand Down
4 changes: 4 additions & 0 deletions package.json
Expand Up @@ -44,6 +44,10 @@
"/node_modules/",
"/build/"
],
"coveragePathIgnorePatterns": [
"/node_modules/",
"/tests/"
],
"setupFiles": [
"./client/tests/adapter.js",
"./client/tests/stubs.js",
Expand Down

0 comments on commit bcd2006

Please sign in to comment.