Skip to content

Commit 8c0a3d0

Browse files
committed
updated coveragerc
1 parent 7930ca5 commit 8c0a3d0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ python:
88
before_install: "cd tests"
99
install: "./install.sh"
1010
# command to run tests
11-
script: "coverage run --source=webpack_loader --omit=*/assets/* manage.py test"
11+
script: "coverage run --source=webpack_loader manage.py test"
1212
after_success:
1313
coveralls
1414
env:

tests/.coveragerc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
[report]
22
omit =
3+
*/assets/*
34
*/python?.?/*
45
*/migrations/*
56
*/site-packages/*
7+
*/ve/*
8+
*/node_modules/*
9+
*/app/*

0 commit comments

Comments
 (0)