diff --git a/.coveragerc b/.coveragerc index 7771c44f33c..7ae232c1f37 100644 --- a/.coveragerc +++ b/.coveragerc @@ -8,6 +8,7 @@ concurrency = multiprocessing omit = tests/*.py setup.py + salt/daemons/test/* [report] # Regexes for lines to exclude from consideration @@ -24,6 +25,7 @@ exclude_lines = # Don't complain if non-runnable code isn't run: if 0: + if False: if __name__ == .__main__.: