Skip to content

Commit

Permalink
Revert "Use json formatter to report coverage"
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov authored Jul 11, 2024
1 parent 6f2ae0f commit 8ed2616
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ source 'https://rubygems.org'
gem 'rake'
gem 'minitest'
gem 'simplecov'
gem 'simplecov-cobertura'
4 changes: 2 additions & 2 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
require "simplecov"
SimpleCov.start

require "simplecov_json_formatter"
SimpleCov.formatter = SimpleCov::Formatter::JSONFormatter
require 'simplecov-cobertura'
SimpleCov.formatter = SimpleCov::Formatter::CoberturaFormatter

require "calculator"
require "minitest/autorun"

0 comments on commit 8ed2616

Please sign in to comment.