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]
|
||||
branch = True
|
||||
source = aodh
|
||||
omit = aodh/tests/*, aodh/openstack/common/*
|
||||
omit = aodh/tests/*
|
||||
|
||||
[report]
|
||||
ignore_errors = True
|
||||
|
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,6 +1,9 @@
|
||||
*.egg*
|
||||
*.mo
|
||||
*.pyc
|
||||
*~
|
||||
.*.swp
|
||||
.*sw?
|
||||
.coverage
|
||||
.testrepository
|
||||
.tox
|
||||
|
Loading…
Reference in New Issue
Block a user