There was an error while loading. Please reload this page.
1 parent 32db78a commit 62c805eCopy full SHA for 62c805e
1 file changed
test/test_helper.rb
@@ -3,11 +3,7 @@
3
unless $PROGRAM_NAME.include?("mutant")
4
require "simplecov"
5
6
- SimpleCov.start do
7
- enable_coverage :branch
8
- enable_coverage :method
9
- minimum_coverage line: 100, branch: 100, method: 100
10
- end
+ SimpleCov.start "strict"
11
end
12
13
require "minitest/autorun"
0 commit comments