Skip to content

Commit 2f2899e

Browse files
committed
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
1 parent 99b89ae commit 2f2899e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.coveragerc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ branch = True
33
omit = /usr*,setup.py,*egg*,.venv/*,.tox/*,test/*
44

55
[report]
6+
show_missing = True
67
ignore_errors = True

0 commit comments

Comments
 (0)