Skip to content

Commit

Permalink
Told coverage to ignore assets
Browse files Browse the repository at this point in the history
  • Loading branch information
owais committed May 24, 2015
1 parent 34d9f10 commit 52a90aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ python:
before_install: "cd tests"
install: "./install.sh"
# command to run tests
script: "coverage run --source=webpack_loader manage.py test"
script: "coverage run --source=webpack_loader --omit=assets/ manage.py test"
after_success:
coveralls
env:
Expand Down
2 changes: 1 addition & 1 deletion tests/assets/webpack-stats.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"status":"done","chunks":{"main":[{"name":"main.js","path":"/home/owais/Projects/django-webpack-loader/tests/assets/bundles/main.js"}]}}
{"status":"compiling"}

0 comments on commit 52a90aa

Please sign in to comment.