diff --git a/runtests.py b/runtests.py index 0692333..15e43c1 100755 --- a/runtests.py +++ b/runtests.py @@ -549,7 +549,7 @@ def do_show_coverage(args): subprocess.check_call(cmd, env=env) print() print("Python %s coverage: " % pyver) - cmd = [cover, "report", "--include=./pagure/*"] + cmd = [cover, "report", "--include=./pagure/*", "-m"] subprocess.check_call(cmd, env=env)