Skip to content

Commit

Permalink
test code climate
Browse files Browse the repository at this point in the history
  • Loading branch information
tapan-sh committed Jan 16, 2025
1 parent 51a8fa4 commit 685f484
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
require 'simplecov'
require 'simplecov_json_formatter'

SimpleCov.formatter = SimpleCov::Formatter::JSONFormatter

SimpleCov.start do
add_filter 'spec/'
end
Expand Down

0 comments on commit 685f484

Please sign in to comment.