Remove .coverage.ini in check_coverage.py.

This commit is contained in:
Florian Bruhin 2015-08-08 22:55:37 +02:00
parent 409b32122e
commit a28b0c3386

View File

@ -105,6 +105,8 @@ def main():
print("{} has 100% coverage but is not in PERFECT_FILES!".format(
filename))
os.remove('.coverage.xml')
return status