Configures coverage tool

Section "coverage:run" is translated to section "run" of coverage config.
Excluding tests itself from coverage, adding branches to have wide picture.

Change-Id: I4474773837128ec5683a6da2655b055d28850ad4
Partial-Bug: #1364800
This commit is contained in:
Alexander Pugachev 2016-11-29 11:28:07 +00:00
parent e94a70931f
commit a6d071e096

View File

@ -45,3 +45,7 @@ upload-dir = doc/build/html
[wheel]
universal = 1
[coverage:run]
omit = manilaclient/tests/*
branch = true