Skip to content

Commit

Permalink
Added JSON Formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRiversSage committed Aug 15, 2023
1 parent 0ea5bc4 commit aebc389
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
ENV['ENV'] = 'test'
unless defined?(Mutant)
require 'simplecov'
require 'simplecov_json_formatter'

SimpleCov.formatter = SimpleCov::Formatter::JSONFormatter
SimpleCov.start do
add_filter '/spec'
end
Expand Down

0 comments on commit aebc389

Please sign in to comment.