senlin/.gitignore
yanyanhu 36f36cc691 Improve coverage test
This patch adds a test tool borrowed from Rally project
to enable test coverage comparison between master and
proposed branch. With it, coverage test will fail if
new proposed change reduces the unit test coverage.

Change-Id: I0de9cf84eb82e1846aae57c35e33c8b789a629cc
2016-07-22 01:01:47 -04:00

26 lines
248 B
Plaintext

AUTHORS
ChangeLog
build
cover
cover-master
dist
etc/senlin/senlin.conf.sample
releasenodes/build
senlin-test.db
senlin.sqlite
tags
*~
*.eggs
*.egg-info
*.log
*.pyc
*.swp
*.swo
.coverage
.coverage.*
.project
.pydevproject
.testrepository
.tox
.venv