Update .coveragerc

Remove south_migrations and vendors , those dirs are not used anymore
This commit is contained in:
Daniel Chimeno 2015-12-23 00:09:44 +01:00
parent d29cca5113
commit 66d7b283d8

View file

@ -5,9 +5,7 @@ branch = True
source = wagtail
omit =
*/south_migrations/*
*/migrations/*
wagtail/vendor/*
[report]