mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-01 03:54:48 +00:00
Omit vendor packages (treebeard currently) and migrations from code coverage.
This commit is contained in:
parent
f5ade62939
commit
4f1b7ac292
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue