Skip to content

Update SimpleCov to 1.0#737

Merged
tagliala merged 1 commit into
masterfrom
chore/simplecov-1
Jul 19, 2026
Merged

Update SimpleCov to 1.0#737
tagliala merged 1 commit into
masterfrom
chore/simplecov-1

Conversation

@tagliala

@tagliala tagliala commented Jul 19, 2026

Copy link
Copy Markdown
Contributor

Remove the explicit filter on /spec, which is now ignored by default.

@codecov

codecov Bot commented Jul 19, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.33%. Comparing base (6a56a78) to head (a16f661).

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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/ from spec/spec_helper.rb.
  • Upgrade simplecov to 1.0.1 and simplecov-cobertura to 4.0.0 across 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
tagliala force-pushed the chore/simplecov-1 branch from 09ff748 to a16f661 Compare July 19, 2026 10:24
@tagliala
tagliala requested a review from javierjulio July 19, 2026 10:32

@javierjulio javierjulio left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Thanks!

@tagliala
tagliala merged commit ac287ae into master Jul 19, 2026
23 checks passed
@tagliala
tagliala deleted the chore/simplecov-1 branch July 19, 2026 19:15
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.

3 participants