Files
8f36f18f467a4de47268e83b20609756b945651d
swift /.coveragerc
Samuel Merritt 2f2899eb1d 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
2017年12月14日 14:57:48 -08:00

8 lines
121 B
INI

[run]
branch = True
omit = /usr*,setup.py,*egg*,.venv/*,.tox/*,test/*
[report]
show_missing = True
ignore_errors = True