coverage-reporting: Use proper shell shebanh line
For scripts to be runnable, the first line should start with "#!" (no
spaces).
Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
diff --git a/coverage-tool/coverage-reporting/generate_info_file.py b/coverage-tool/coverage-reporting/generate_info_file.py
index 0c0f39a..7ab5cdc 100755
--- a/coverage-tool/coverage-reporting/generate_info_file.py
+++ b/coverage-tool/coverage-reporting/generate_info_file.py
@@ -1,4 +1,4 @@
-# !/usr/bin/env python
+#!/usr/bin/env python3
##############################################################################
# Copyright (c) 2020, ARM Limited and Contributors. All rights reserved.
#