Simplify .coveragerc
We check only files in the barbican directory so can use the source option. Change-Id: I3b5ddb6ed73d558db42031618e2e1bee3318ffa2
This commit is contained in:
parent
85fbe403fe
commit
ff2d105886
@ -1,9 +1,10 @@
|
||||
[run]
|
||||
branch = True
|
||||
omit = etc/*,setup.py,*egg*,.tox/*,barbican/tests/*,
|
||||
functionaltests/*,
|
||||
barbican/model/migration/alembic_migrations/versions/*,
|
||||
barbican/plugin/dogtag.py, barbican/plugin/symantec.py
|
||||
source = barbican
|
||||
omit = barbican/tests/*,
|
||||
barbican/model/migration/alembic_migrations/versions/,
|
||||
barbican/plugin/dogtag.py,
|
||||
barbican/plugin/symantec.py
|
||||
|
||||
[report]
|
||||
ignore_errors = True
|
||||
|
Loading…
Reference in New Issue
Block a user