Skip to content

Commit 56ce169

Browse files
Merge pull request #22 from codecov/revert-21-json-formatter
Revert "Use json formatter to report coverage"
2 parents 6f2ae0f + 8ed2616 commit 56ce169

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ source 'https://rubygems.org'
55
gem 'rake'
66
gem 'minitest'
77
gem 'simplecov'
8+
gem 'simplecov-cobertura'

test/test_helper.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
require "simplecov"
44
SimpleCov.start
55

6-
require "simplecov_json_formatter"
7-
SimpleCov.formatter = SimpleCov::Formatter::JSONFormatter
6+
require 'simplecov-cobertura'
7+
SimpleCov.formatter = SimpleCov::Formatter::CoberturaFormatter
88

99
require "calculator"
1010
require "minitest/autorun"

0 commit comments

Comments
 (0)