Show missing branches in coverage report.
This used to be the default in coverage 3.x, but 4.0+ requires you to explicitly configure it. Change-Id: I3b06154c7862c300b5a2b3afb14cced1e8411468
This commit is contained in:
parent
99b89aea10
commit
2f2899eb1d
@ -3,4 +3,5 @@ branch = True
|
|||||||
omit = /usr*,setup.py,*egg*,.venv/*,.tox/*,test/*
|
omit = /usr*,setup.py,*egg*,.venv/*,.tox/*,test/*
|
||||||
|
|
||||||
[report]
|
[report]
|
||||||
|
show_missing = True
|
||||||
ignore_errors = True
|
ignore_errors = True
|
||||||
|
Loading…
Reference in New Issue
Block a user