Skip to content

Commit 52a90aa

Browse files
committed
Told coverage to ignore assets
1 parent 34d9f10 commit 52a90aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 manage.py test"
11+
script: "coverage run --source=webpack_loader --omit=assets/ manage.py test"
1212
after_success:
1313
coveralls
1414
env:

tests/assets/webpack-stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"status":"done","chunks":{"main":[{"name":"main.js","path":"/home/owais/Projects/django-webpack-loader/tests/assets/bundles/main.js"}]}}
1+
{"status":"compiling"}

0 commit comments

Comments
 (0)