senlin/.coveragerc
tengqm 0a273e3a9e Fix tox env for coverage test
According to previous discussions on mailing list, we should use 'test'
instead of 'testr' for the coverage test. This patch also removes a
outdated path from coverage tests.

Change-Id: I959d44b96a19097411de68b1452850ddef8ea9dd
2016-03-14 10:43:03 -04:00

8 lines
84 B
INI

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