Skip to content

Commit

Permalink
Update test_helper.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
kvz committed Dec 2, 2024
1 parent 66235d3 commit b9d2e1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
SimpleCov.start do
add_filter "/test/"
enable_coverage :branch

# Use JSON formatter for Codecov
SimpleCov.formatter = SimpleCov::Formatter::JSONFormatter if ENV["CI"]
end

require 'simplecov-cobertura'
SimpleCov.formatter = SimpleCov::Formatter::CoberturaFormatter
end

require "minitest/autorun"
Expand Down

0 comments on commit b9d2e1e

Please sign in to comment.