Skip to content

Commit

Permalink
Drop coveralls & codecov, update simplecov
Browse files Browse the repository at this point in the history
We don't really use coveralls anymore and it crashes since months, get
rid of it.

The codecov gem is deprecated in favor of their own reporter binary
and simplecov-cobertura.

Dropping those gems allows us to update simplecov gems to their latest
versions.
  • Loading branch information
hennevogel committed Apr 14, 2023
1 parent da1ff05 commit a6496ef
Show file tree
Hide file tree
Showing 13 changed files with 10 additions and 21 deletions.
3 changes: 1 addition & 2 deletions src/api/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ group :test do
# to ensure a clean state for testing
gem 'database_cleaner-active_record'
# for test coverage reports
gem 'codecov', require: false
gem 'simplecov', require: false
gem 'simplecov-cobertura', require: false
# for failing fast
gem 'minitest-fail-fast'
# for spec like reporting
Expand All @@ -164,7 +164,6 @@ group :test do
# To generate random data
gem 'rantly'
# for test analysis in CircleCI
gem 'coveralls'
gem 'minitest-ci'
gem 'rspec_junit_formatter'
# to test rabbitmq support
Expand Down
28 changes: 9 additions & 19 deletions src/api/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -125,17 +125,9 @@ GEM
activesupport
tzinfo
cocoon (1.2.15)
codecov (0.6.0)
simplecov (>= 0.15, < 0.22)
coderay (1.1.3)
colorize (0.8.1)
concurrent-ruby (1.2.2)
coveralls (0.8.23)
json (>= 1.8, < 3)
simplecov (~> 0.16.1)
term-ansicolor (~> 1.3)
thor (>= 0.19.4, < 2.0)
tins (~> 1.6)
crack (0.4.5)
rexml
crass (1.0.6)
Expand Down Expand Up @@ -436,11 +428,15 @@ GEM
set (1.0.3)
shoulda-matchers (5.1.0)
activesupport (>= 5.2.0)
simplecov (0.16.1)
simplecov (0.22.0)
docile (~> 1.1)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
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.4)
single_test (0.6.0)
rake
sorted_set (1.0.3)
Expand All @@ -456,11 +452,8 @@ GEM
strong_migrations (1.4.4)
activerecord (>= 5.2)
strscan (3.0.1)
sync (0.5.0)
sysexits (1.2.0)
temple (0.10.0)
term-ansicolor (1.7.1)
tins (~> 1.0)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
terser (1.1.14)
Expand All @@ -477,8 +470,6 @@ GEM
thor (1.2.1)
tilt (2.1.0)
timeout (0.3.2)
tins (1.32.1)
sync
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.4.2)
Expand Down Expand Up @@ -532,9 +523,7 @@ DEPENDENCIES
capybara_minitest_spec
clockwork
cocoon
codecov
coderay
coveralls
daemons
dalli
data_migrate
Expand Down Expand Up @@ -599,6 +588,7 @@ DEPENDENCIES
selenium-webdriver
shoulda-matchers
simplecov
simplecov-cobertura
single_test
sprockets-rails
strong_migrations
Expand Down
Binary file removed src/api/vendor/cache/codecov-0.6.0.gem
Binary file not shown.
Binary file removed src/api/vendor/cache/coveralls-0.8.23.gem
Binary file not shown.
Binary file removed src/api/vendor/cache/simplecov-0.16.1.gem
Binary file not shown.
Binary file added src/api/vendor/cache/simplecov-0.22.0.gem
Binary file not shown.
Binary file not shown.
Binary file removed src/api/vendor/cache/simplecov-html-0.10.2.gem
Binary file not shown.
Binary file added src/api/vendor/cache/simplecov-html-0.12.3.gem
Binary file not shown.
Binary file not shown.
Binary file removed src/api/vendor/cache/sync-0.5.0.gem
Binary file not shown.
Binary file removed src/api/vendor/cache/term-ansicolor-1.7.1.gem
Binary file not shown.
Binary file removed src/api/vendor/cache/tins-1.32.1.gem
Binary file not shown.

0 comments on commit a6496ef

Please sign in to comment.