Omit vendor packages (treebeard currently) and migrations from code coverage.

pull/68/head
Neal Todd 2014-02-17 18:10:55 +00:00
rodzic f5ade62939
commit 4f1b7ac292
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -19,7 +19,7 @@ before_script:
- psql -c 'create database wagtaildemo;' -U postgres
# Run the tests
script:
coverage run --source=wagtail runtests.py
coverage run --source=wagtail --omit=*/migrations/*,*/vendor/* runtests.py
after_success:
coveralls
# Who to notify about build results