We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7930ca5 commit 8c0a3d0Copy full SHA for 8c0a3d0
.travis.yml
@@ -8,7 +8,7 @@ python:
8
before_install: "cd tests"
9
install: "./install.sh"
10
# command to run tests
11
-script: "coverage run --source=webpack_loader --omit=*/assets/* manage.py test"
+script: "coverage run --source=webpack_loader manage.py test"
12
after_success:
13
coveralls
14
env:
tests/.coveragerc
@@ -1,5 +1,9 @@
1
[report]
2
omit =
3
+ */assets/*
4
*/python?.?/*
5
*/migrations/*
6
*/site-packages/*
7
+ */ve/*
+ */node_modules/*
+ */app/*
0 commit comments