aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick/cmd/commands/report.py
diff options
context:
space:
mode:
Diffstat (limited to 'yardstick/cmd/commands/report.py')
-rw-r--r--yardstick/cmd/commands/report.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yardstick/cmd/commands/report.py b/yardstick/cmd/commands/report.py
index 87ae7d5f7..47bf22a1f 100644
--- a/yardstick/cmd/commands/report.py
+++ b/yardstick/cmd/commands/report.py
@@ -19,7 +19,7 @@ from yardstick.cmd.commands import change_osloobj_to_paras
from yardstick.common.utils import cliargs
-class ReportCommands(object):
+class ReportCommands(object): # pragma: no cover
"""Report commands.
Set of commands to manage benchmark tasks.