monasca-log-api/.coveragerc
Tomasz Trębski 04030115db Migrate testing to ostestr and adding docs
Following commits not only enables running
unit tests with ostestr, like other
OS projects, but also:
* enables covarage with testr
* enables building documentation with build_sphinx commands

Additionally:
* tox.ini was organized a bit

Change-Id: I2a21f9cee0e00f7148142465a8fc131ef4ff6f44
2017-01-17 12:53:54 +01:00

7 lines
106 B
INI

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