This commit is contained in:
Joel Hawksley 2020-08-21 16:23:38 -06:00
Родитель dcad710c32
Коммит 54a5e6b0b6
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -3,6 +3,8 @@ require "simplecov"
require "simplecov-console"
SimpleCov.start do
command_name "rails#{ENV["RAILS_VERSION"]}-ruby#{ENV["RUBY_VERSION"]}" if ENV["RUBY_VERSION"]
formatter SimpleCov::Formatter::Console
end