coverage: remove coveragerc

This commit is contained in:
Dylan Araps 2017-07-24 00:02:06 +10:00
parent 7ebc29ff34
commit bf0450dca0

View File

@ -1,9 +0,0 @@
[report]
exclude_lines =
pragma: no cover
if not len\(sys\.argv\) > 1:
def main\(\):
if __name__ == .__main__.:
if not shutil\.which\(.convert.\):
except PermissionError: