Remove .coverage.ini in check_coverage.py.
This commit is contained in:
parent
409b32122e
commit
a28b0c3386
@ -105,6 +105,8 @@ def main():
|
||||
print("{} has 100% coverage but is not in PERFECT_FILES!".format(
|
||||
filename))
|
||||
|
||||
os.remove('.coverage.xml')
|
||||
|
||||
return status
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user