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

graphql-devise / graphql_devise / e7a49d16-9588-43b0-90b1-ea5d585b7fc0 / 1
97%
master: 97%

Build:
Build:
LAST BUILD BRANCH: bump-v2.4.0
DEFAULT BRANCH: master
Ran 23 Jul 2026 06:24PM UTC
Files 62
Run time 6s
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

23 Jul 2026 06:14PM UTC coverage: 96.503%. Remained the same
e7a49d16-9588-43b0-90b1-ea5d585b7fc0.1

Pull #280

circleci

mcelicalderon
Fix Coveralls parallel reporting on CircleCI

The build was finishing with '0 jobs' reported. Coverage was uploaded
twice from two different places that never agreed on a service number:

- each parallel test job uploaded from inside rspec via coveralls_reborn,
  keyed on the per-job CIRCLE_BUILD_NUM
- the final report-coverage job hit the parallel_finished webhook via the
  orb, keyed on a different number

so the finish webhook always closed out a build with no jobs attached.

Switch to the reporting model Coveralls now recommends: stop uploading
from Ruby, let SimpleCov only write coverage/.resultset.json, and let the
coveralls orb's coverage-reporter do every upload. The reporter derives
the service number from CIRCLE_WORKFLOW_ID for both the per-job 'report'
and the final 'done' webhook, so they aggregate into one build.

- bump coveralls orb 1.0.6 -> 2.2.5
- drop coveralls_reborn, depend on simplecov directly
- remove the Coveralls SimpleCov formatter; SimpleCov just writes the
  resultset locally
- add a coveralls/upload (parallel: true) step to each test job feeding
  it the simplecov resultset; keep parallel_finished in report-coverage
- drop the now-unused COVERALLS_PARALLEL job env var
Pull Request #280: Fix coveralls integration

828 of 858 relevant lines covered (96.5%)

1783.04 hits per line

Source Files on job e7a49d16-9588-43b0-90b1-ea5d585b7fc0.1
  • Tree
  • List 62
  • Changed 62
  • Source Changed 62
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 0
  • 002d4044 on github
  • Prev Job for on fix-coveralls (#ae60769d-015a-4cb4-ad29-0171d2aa263d.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc