python-tripleoclient/.coveragerc
Jiri Podivin 2bc7e8d1fb Coverage report now lists lines without coverage
This should minimize guesswork when designing new unit tests.

Signed-off-by: Jiri Podivin <jpodivin@redhat.com>
Change-Id: Ie5665427a502e5b89d6d85b66044349fa6d1b09d
2021-05-21 08:59:16 +02:00

8 lines
122 B
INI

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