Skip to content

Commit

Permalink
Try to set the formatter for CodeClimate coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
jbreit88 committed Dec 2, 2021
1 parent d7ef613 commit ac87881
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
require 'simplecov'
SimpleCov.start
SimpleCov.start do
formatter SimpleCov::Formatter::JSONFormatter
end

# This file was generated by the `rspec --init` command. Conventionally, all
# specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`.
Expand Down

0 comments on commit ac87881

Please sign in to comment.