neutron-fwaas/.coveragerc
Yushiro FURUKAWA 6003d3776e Trivial-fix: Omit 'tests/*' in coverage result
This commit omits tests directory as a result of coverage.

Change-Id: Ia96c6f77cce1fdb6bb824b5f5eb092b23ce698a6
2017-08-09 22:09:29 +09:00

8 lines
103 B
INI

[run]
branch = True
source = neutron_fwaas
omit = neutron_fwaas/tests/*
[report]
ignore_errors = True