Add missing docstring.
This commit is contained in:
parent
8c76db3892
commit
abba3215f2
@ -78,6 +78,7 @@ PERFECT_FILES = [
|
|||||||
|
|
||||||
|
|
||||||
def check_coverage():
|
def check_coverage():
|
||||||
|
"""Main entry point which parses/checks coverage.xml if applicable."""
|
||||||
if sys.platform != 'linux':
|
if sys.platform != 'linux':
|
||||||
print("Skipping coverage checks on non-Linux system.")
|
print("Skipping coverage checks on non-Linux system.")
|
||||||
return 0
|
return 0
|
||||||
|
Loading…
Reference in New Issue
Block a user