Skip to content

Commit

Permalink
Merge pull request #22 from codecov/revert-21-json-formatter
Browse files Browse the repository at this point in the history
Revert "Use json formatter to report coverage"
  • Loading branch information
thomasrockhu-codecov authored Jul 11, 2024
2 parents 6f2ae0f + 8ed2616 commit 56ce169
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 56ce169

Please sign in to comment.