Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump simplecov to v0.22.0 #276

Merged
merged 3 commits into from
Jan 13, 2025

Conversation

murajun1978
Copy link
Contributor

Bump simplecov to latest version because the issue of Code Climate fixed with v0.20.0.

changelog: https://github.com/simplecov-ruby/simplecov/blob/main/CHANGELOG.md#0200-2020-11-29
issue: codeclimate/test-reporter#413

@@ -18,5 +18,4 @@ gem 'rubocop', '~> 1.68'
gem 'rubocop-rake', '~> 0.6'
gem 'rubocop-rspec', '~> 3.2'
gem 'sinatra', '~> 4.1'
# Limit simplecov to 0.17.x due to https://github.com/codeclimate/test-reporter/issues/413
gem 'simplecov', '~> 0.17', '< 0.18'
gem 'simplecov', '~> 0.22.0'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ooft.. i'd given up on that being fixed. Thanks for the PR! Although per the issue thread it looks like this change would also require the test reporter ID ENV being moved from the "publish" step, to apply to the rspec step(s) too. Likely better to just move it into the global env scope..

@abrom abrom merged commit db1c420 into Studiosity:main Jan 13, 2025
12 checks passed
@abrom
Copy link
Contributor

abrom commented Jan 13, 2025

thanks @murajun1978 👍

@murajun1978 murajun1978 deleted the bump_simplecov_to_v0.22.0 branch January 14, 2025 05:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants