update simplecov

This commit is contained in:
Josh Holtrop 2020-02-29 14:27:21 -05:00
parent 943fabd0d1
commit 01ca86de8b
2 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@ GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
diff-lcs (1.3) diff-lcs (1.3)
docile (1.1.5) docile (1.3.2)
json (2.3.0) json (2.3.0)
rake (13.0.1) rake (13.0.1)
rdoc (6.2.1) rdoc (6.2.1)
@ -20,11 +20,10 @@ GEM
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0) rspec-support (~> 3.9.0)
rspec-support (3.9.2) rspec-support (3.9.2)
simplecov (0.15.0) simplecov (0.18.5)
docile (~> 1.1.0) docile (~> 1.1)
json (>= 1.8, < 3) simplecov-html (~> 0.11)
simplecov-html (~> 0.10.0) simplecov-html (0.12.2)
simplecov-html (0.10.2)
syntax (1.2.2) syntax (1.2.2)
yard (0.9.24) yard (0.9.24)

View File

@ -133,6 +133,7 @@ SimpleCov.start do
!(src.filename[SimpleCov.root]) !(src.filename[SimpleCov.root])
end end
formatter(MyFormatter) formatter(MyFormatter)
SimpleCov.print_error_status = false
end end
# force color off # force color off
ENV["TERM"] = nil ENV["TERM"] = nil