Skip to content

Commit

Permalink
Make sure SimpleCov is always started
Browse files Browse the repository at this point in the history
  • Loading branch information
infertux committed Jan 13, 2018
1 parent 2640ee2 commit e5d2e38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/bashcov
Expand Up @@ -14,6 +14,8 @@ coverage = runner.result

require "simplecov"

SimpleCov.start

SimpleCov.command_name Bashcov.command_name
SimpleCov.root Bashcov.root_directory

Expand Down

0 comments on commit e5d2e38

Please sign in to comment.