mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 17:50:20 +00:00
Update .coveragerc
This change enables us to start getting coverage reports about test modules so that we can start detecting dead(unused) code
This commit is contained in:
parent
c054c0a502
commit
d78e2a32e2
1 changed files with 1 additions and 8 deletions
|
@ -1,14 +1,11 @@
|
|||
[run]
|
||||
branch = True
|
||||
cover_pylib = False
|
||||
source =
|
||||
salt
|
||||
parallel = True
|
||||
concurrency = multiprocessing
|
||||
omit =
|
||||
tests/*.py
|
||||
setup.py
|
||||
salt/daemons/test/*
|
||||
.nox/*
|
||||
|
||||
[report]
|
||||
# Regexes for lines to exclude from consideration
|
||||
|
@ -30,7 +27,3 @@ exclude_lines =
|
|||
|
||||
|
||||
ignore_errors = True
|
||||
|
||||
[paths]
|
||||
source =
|
||||
salt
|
||||
|
|
Loading…
Add table
Reference in a new issue