Skip to content

Commit

Permalink
Merge pull request #21 from Earlopain/json-formatter
Browse files Browse the repository at this point in the history
Use json formatter to report coverage
  • Loading branch information
thomasrockhu-codecov authored Jul 10, 2024
2 parents d3fe9f6 + 6438897 commit 6f2ae0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ 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-cobertura'
SimpleCov.formatter = SimpleCov::Formatter::CoberturaFormatter
require "simplecov_json_formatter"
SimpleCov.formatter = SimpleCov::Formatter::JSONFormatter

require "calculator"
require "minitest/autorun"

0 comments on commit 6f2ae0f

Please sign in to comment.