645169d2ed
Add the .coveragerc configuration consistent with other projects, specifically to define including branch = True and omit including tests in the coverage reports Change-Id: I9c7cdd807ebaaa5ade07be5421063530a5bc6976
9 lines
116 B
INI
9 lines
116 B
INI
[run]
|
|
branch = True
|
|
source = tooz
|
|
omit = tooz/tests/*,tooz/openstack/*
|
|
|
|
[report]
|
|
ignore_errors = True
|
|
precision = 2
|