Add the .coveragerc configuration consistent with other projects, specifically to define including branch = True and omit including tests in the coverage reports Change-Id: Icb1989e4828ac380acc9a395b241fdf592c7d022
19 lines
176 B
Plaintext
19 lines
176 B
Plaintext
.coverage*
|
|
.venv
|
|
*,cover
|
|
cover
|
|
*.pyc
|
|
AUTHORS
|
|
build
|
|
dist
|
|
ChangeLog
|
|
run_tests.err.log
|
|
.tox
|
|
doc/source/api
|
|
doc/build
|
|
*.egg
|
|
heatclient/versioninfo
|
|
*.egg-info
|
|
*.log
|
|
.testrepository
|