Clean config in source code
Update .gitignore to skip editor files and .coveragerc to remove nonexisted directory Change-Id: Icab626dfcd8d71993e0d7e6e218a86ec8cd0c502
This commit is contained in:
parent
cb44c3a5f0
commit
9a1b5329aa
@ -1,7 +1,7 @@
|
|||||||
[run]
|
[run]
|
||||||
branch = True
|
branch = True
|
||||||
source = aodh
|
source = aodh
|
||||||
omit = aodh/tests/*, aodh/openstack/common/*
|
omit = aodh/tests/*
|
||||||
|
|
||||||
[report]
|
[report]
|
||||||
ignore_errors = True
|
ignore_errors = True
|
||||||
|
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,6 +1,9 @@
|
|||||||
*.egg*
|
*.egg*
|
||||||
*.mo
|
*.mo
|
||||||
*.pyc
|
*.pyc
|
||||||
|
*~
|
||||||
|
.*.swp
|
||||||
|
.*sw?
|
||||||
.coverage
|
.coverage
|
||||||
.testrepository
|
.testrepository
|
||||||
.tox
|
.tox
|
||||||
|
Loading…
Reference in New Issue
Block a user