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

sonus21 / rqueue / local-gha-1777748780
52%
master: 89%

Build:
Build:
LAST BUILD BRANCH: ci-coverage-fix
DEFAULT BRANCH: master
Ran 02 May 2026 07:06PM UTC
Jobs 1
Files 244
Run time 1min
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

02 May 2026 07:05PM UTC coverage: 51.631%. First build
local-gha-1777748780

Pull #293

github

sonus21
ci: wire GITHUB_TOKEN + BUILD_NUMBER for Coveralls (github-actions)

The nbaztec coveralls-jacoco v1.2.20 plugin has a quirky GitHub Actions
detection path. Reading its source (ServiceInfoParser.kt):

  - If GITHUB_ACTIONS is set but GITHUB_TOKEN is not, it emits
    service_name="github-actions" — which the Coveralls API does not
    recognize as a first-class service, so PR comments and branch
    correlation silently no-op.
  - When BOTH GITHUB_ACTIONS and GITHUB_TOKEN are set, it switches to
    service_name="github" (the canonical name).
  - service_job_id is read from BUILD_NUMBER (Jenkins-style), not
    GITHUB_RUN_ID — so we map github.run_id onto BUILD_NUMBER explicitly.
  - Branch is read from CI_BRANCH; github.head_ref is used so PR builds
    report the source branch instead of "<num>/merge".

Verified locally by running coverallsJacoco with the production token
plus a CircleCI-shaped env block (the plugin's CircleCI branch is the
best-supported one) — Coveralls returned OK and the build appeared in
the dashboard.

Also re-adds coverallsRequest = file(...) so the request payload is
written to build/coveralls-request.json. The workflow's "Push coverage
to Coveralls" step already cats this file, which makes future
regressions diagnosable from the CI log alone.

Assisted-By: Claude Code
Pull Request #293: Nats web - core seperation

1342 of 2911 branches covered (46.1%)

Branch coverage included in aggregate %.

4324 of 8063 relevant lines covered (53.63%)

0.54 hits per line

Jobs
ID Job ID Ran Files Coverage
1 local-gha-1777748780.1 02 May 2026 07:06PM UTC 244
51.63
GitHub Action Run
Source Files on build local-gha-1777748780
  • Tree
  • List 244
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Pull Request #293
  • Next Build on nats-backend (#LOCAL-GH...)
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