coverage: skip tests and paster commands that are not executed during tests.

This commit is contained in:
Marcin Kuzminski 2017-03-08 11:33:54 +01:00
parent e3aefb00a7
commit 6b9fb7150e

View file

@ -10,6 +10,8 @@ include =
omit =
rhodecode/lib/vcs/remote/*
rhodecode/lib/dbmigrate/*
rhodecode/lib/paster_commands/*
rhodecode/tests/*
[report]