Skip to content

chore: fix SimpleCov 1.0 deprecation warnings - #98

Merged
eclectic-coding merged 1 commit into
mainfrom
chore/simplecov-deprecations
Aug 10, 2026
Merged

chore: fix SimpleCov 1.0 deprecation warnings#98
eclectic-coding merged 1 commit into
mainfrom
chore/simplecov-deprecations

Conversation

@eclectic-coding

Copy link
Copy Markdown
Owner

Summary

  • SimpleCov 1.0.3 (bumped via dependabot in chore(deps): Bump simplecov from 0.22.0 to 1.0.3 #95) deprecates add_filter/add_group in favor of skip/group
  • Updates spec/spec_helper.rb to use the non-deprecated API, eliminating the deprecation warnings printed on every test run

Test plan

  • bundle exec rake — 390 examples, 0 failures, no rubocop offenses, no deprecation warnings, 100% coverage

add_filter and add_group are deprecated in SimpleCov 1.0.3, which was
picked up in the recent dependabot bump. Replace with skip and group.
@eclectic-coding
eclectic-coding merged commit 4340f0e into main Aug 10, 2026
7 checks passed
@eclectic-coding
eclectic-coding deleted the chore/simplecov-deprecations branch August 10, 2026 18:44
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.

1 participant