Skip to content

Commit 9e24b0f

Browse files
add missing report command
1 parent cc25906 commit 9e24b0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

control.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,3 +106,4 @@ function(command)
106106
start(command.parameter)
107107
end)
108108
commands.add_command("stopCoverage", "Stops coverage counting",stop)
109+
commands.add_command("reportCoverage", "Generate coverage report",report)

0 commit comments

Comments
 (0)