Adding shebang to python coverage script.

This commit is contained in:
mdlewisfb
2018-10-29 13:42:59 -07:00
parent 97ba86470f
commit fb46ae6ea6

1
.ci/coverage.py Normal file → Executable file
View File

@@ -1,3 +1,4 @@
#!/usr/bin/env python3
from lcov_cobertura import LcovCobertura
LCOV_FILE = 'build/coverage/test-coverage.info'