Commit 56f017ef authored by Stefan Behnel's avatar Stefan Behnel

remove Test* files from coverage analysis

parent 9aa3fa20
...@@ -1466,7 +1466,7 @@ def main(): ...@@ -1466,7 +1466,7 @@ def main():
else: else:
print("Enabling coverage analysis") print("Enabling coverage analysis")
from coverage import coverage as _coverage from coverage import coverage as _coverage
coverage = _coverage(branch=True) coverage = _coverage(branch=True, omit=['Test*'])
coverage.erase() coverage.erase()
coverage.start() coverage.start()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment