diff --git a/.simplecov b/.simplecov index f7aa54d..f40bc1c 100644 --- a/.simplecov +++ b/.simplecov @@ -1,4 +1,4 @@ -require 'codecov' require 'simplecov' +require 'simplecov-cobertura' -SimpleCov.formatter = Codecov::SimpleCov::Formatter +SimpleCov.formatter = SimpleCov::Formatter::CoberturaFormatter diff --git a/Gemfile b/Gemfile index 21876d0..832c52d 100644 --- a/Gemfile +++ b/Gemfile @@ -3,4 +3,4 @@ source 'https://rubygems.org' gem 'bashcov' -gem 'codecov' +gem 'simplecov-cobertura' diff --git a/Gemfile.lock b/Gemfile.lock index 4f9c551..6d41e6e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,13 +3,15 @@ GEM specs: bashcov (1.8.1) simplecov (~> 0.15) - codecov (0.4.2) - simplecov (>= 0.15, < 0.22) docile (1.3.5) + rexml (3.2.6) simplecov (0.21.2) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) + simplecov-cobertura (2.1.0) + rexml + simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.2) @@ -18,7 +20,7 @@ PLATFORMS DEPENDENCIES bashcov - codecov + simplecov-cobertura BUNDLED WITH 1.17.3