Omit unit test files from coverage

Change-Id: I26c0e3065b3bd205f1645b4f6fc07923c6f0aa31
This commit is contained in:
Masayuki Igawa 2016-11-11 19:40:27 +09:00
parent 6390a0086d
commit 551c604e22
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[run]
branch = True
source = coverage2sql
omit = coverage2sql/openstack/*
omit = coverage2sql/tests/*
[report]
ignore_errors = True