Update SimpleCov to 1.0#737
Merged
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #737 +/- ##
=======================================
Coverage 94.33% 94.33%
=======================================
Files 17 17
Lines 459 459
=======================================
Hits 433 433
Misses 26 26 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
tagliala
force-pushed
the
chore/simplecov-1
branch
from
July 19, 2026 10:18
6bb6413 to
09ff748
Compare
There was a problem hiding this comment.
Pull request overview
This PR updates the test coverage tooling by upgrading SimpleCov/SimpleCov-Cobertura and adjusting the SimpleCov configuration accordingly.
Changes:
- Remove the explicit SimpleCov filter for
/spec/fromspec/spec_helper.rb. - Upgrade
simplecovto1.0.1andsimplecov-coberturato4.0.0across the main lockfile and Rails appraisal lockfiles. - Refresh related lockfile dependencies (e.g.,
loofah,rails-html-sanitizer,rubocop,parser) and bump the recorded Bundler version.
Reviewed changes
Copilot reviewed 1 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| spec/spec_helper.rb | Removes the explicit /spec/ filter from the SimpleCov configuration. |
| Gemfile.lock | Updates SimpleCov/SimpleCov-Cobertura and refreshes several other locked gem versions (plus Bundler version). |
| gemfiles/rails_80/Gemfile.lock | Updates SimpleCov/SimpleCov-Cobertura and related locked gem versions for the Rails 8.0 appraisal. |
| gemfiles/rails_72/Gemfile.lock | Updates SimpleCov/SimpleCov-Cobertura and related locked gem versions for the Rails 7.2 appraisal. |
| gemfiles/rails_71/Gemfile.lock | Updates SimpleCov/SimpleCov-Cobertura and related locked gem versions for the Rails 7.1 appraisal. |
| gemfiles/rails_70/Gemfile.lock | Updates SimpleCov/SimpleCov-Cobertura and related locked gem versions for the Rails 7.0 appraisal. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Remove the explicit filter on `/spec`, which is now ignored by default.
tagliala
force-pushed
the
chore/simplecov-1
branch
from
July 19, 2026 10:24
09ff748 to
a16f661
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Remove the explicit filter on
/spec, which is now ignored by default.