Skip to content

Commit

Permalink
fix: bump to cobertura
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Sep 14, 2023
1 parent 75b8fc8 commit 33ecb7d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .simplecov
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require 'codecov'
require 'simplecov'
require 'simplecov-cobertura'

SimpleCov.formatter = Codecov::SimpleCov::Formatter
SimpleCov.formatter = SimpleCov::Formatter::CoberturaFormatter
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
source 'https://rubygems.org'

gem 'bashcov'
gem 'codecov'
gem 'simplecov-cobertura'
8 changes: 5 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -18,7 +20,7 @@ PLATFORMS

DEPENDENCIES
bashcov
codecov
simplecov-cobertura

BUNDLED WITH
1.17.3

0 comments on commit 33ecb7d

Please sign in to comment.