From e5d2e3830d6b62e2194ba14f8f5359ac1ea96ef4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20F=C3=A9lizard?= Date: Sat, 13 Jan 2018 08:42:18 +0000 Subject: [PATCH] Make sure SimpleCov is always started https://github.com/infertux/bashcov/pull/34#issuecomment-357384346 --- bin/bashcov | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/bashcov b/bin/bashcov index afafbc2..0de586e 100755 --- a/bin/bashcov +++ b/bin/bashcov @@ -14,6 +14,8 @@ coverage = runner.result require "simplecov" +SimpleCov.start + SimpleCov.command_name Bashcov.command_name SimpleCov.root Bashcov.root_directory