monasca-common/.coveragerc
Tomasz Trębski c5a64fe22f Migrate to ostestr framework and PY3
Following commits does several things:

* migrates CI of monasca-common to ostestr
* enables PY35 compatybility

Also:

* marked one tests as excluded under PY35 because changing
it would require affecting embedded kafka library which
will be eventually removed in future

(cherry-picked from commit cabc2ddd5f239e5f44e090d35aaac0770e5849ba)

Change-Id: I432a466e2620bc8d305ef2630307b636461c8e81
2017-03-07 13:05:12 +01:00

7 lines
104 B
INI

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