• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

MushroomObserver / mushroom-observer / 20854552319
96%
main: 96%

Build:
Build:
LAST BUILD BRANCH: jdc-inat-import-search-url
DEFAULT BRANCH: main
Ran 09 Jan 2026 02:13PM UTC
Jobs 1
Files 852
Run time 2min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

09 Jan 2026 02:09PM UTC coverage: 95.619%. Remained the same
20854552319

Pull #3726

github

mo-nathan
Enable SimpleCov coverage reports by default with parallel test support

SimpleCov now supports parallel test execution through proper configuration
in parallelize_setup and parallelize_teardown hooks. Each worker gets a unique
command name, and SimpleCov automatically merges results from all workers.

Changes:
- Enabled SimpleCov by default in test_helper.rb (not conditional on ENV)
- Updated parallelize_setup to assign unique command names per worker
- Updated parallelize_teardown to trigger result generation per worker
- Removed test:coverage conditional logic (SimpleCov always runs now)
- Reverted bin/rails to standard Rails version (no test:coverage handling)
- Updated documentation to reflect parallel coverage support:
  - CLAUDE.md
  - .claude/rules/testing.md
  - .claude/style_guide.md
  - README_CODE.md
  - doc/parallel_testing.md

Benefits:
- Coverage reports generated automatically on every test run
- Full parallel test execution with coverage (no performance penalty)
- SimpleCov merges results from all workers (14+ workers on most systems)
- Consistent coverage metrics across all developers
- No need to remember separate test:coverage command

Technical Details:
- SimpleCov.command_name assigns unique identifier per worker
- SimpleCov.result triggers coverage data collection for each worker
- SimpleCov automatically merges .resultset.json from all workers
- Final merged report shows combined coverage from all parallel workers

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Pull Request #3726: Enable SimpleCov coverage reports by default with parallel test support

32387 of 33871 relevant lines covered (95.62%)

693.88 hits per line

Jobs
ID Job ID Ran Files Coverage
1 20854552319.1 09 Jan 2026 02:13PM UTC 852
95.62
GitHub Action Run
Source Files on build 20854552319
  • Tree
  • List 852
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #20854552319
  • Pull Request #3726
  • PR Base - main (#20841387919)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc