bcb53dfc6a
Coverage report generation was not using --include filters. This resulted in generating a report that included all external dependencies. Some of these may include problematic characters for utf8 decoding. In the odd case this was found, coverage would fail with a UnicodeDecodeError. Fixes bug #987077. Change-Id: I276698e65ac1037972209a406058168433cd826b
22 lines
192 B
Plaintext
22 lines
192 B
Plaintext
*.pyc
|
|
*.DS_Store
|
|
local_settings.py
|
|
CA/
|
|
keeper
|
|
instances
|
|
keys
|
|
build/*
|
|
build-stamp
|
|
nova.egg-info
|
|
.nova-venv
|
|
.venv
|
|
.tox
|
|
*.sqlite
|
|
*.log
|
|
*.mo
|
|
tools/conf/nova.conf*
|
|
cover/*
|
|
dist/*
|
|
.coverage
|
|
covhtml
|