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

ponder-lab / Hybridize-Functions-Refactoring / #1981
80%

Build:
DEFAULT BRANCH: main
Ran 18 Jun 2026 12:50AM UTC
Jobs 1
Files 32
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

18 Jun 2026 12:39AM UTC coverage: 80.192%. Remained the same
#1981

push

github

web-flow
Consolidate Coveralls upload to the Maven plugin; drop the redundant GitHub Action (#625)

* Consolidate Coveralls upload to the GitHub Action

The build uploaded coverage to Coveralls twice per commit: once via the
`Test with Maven` step's `coveralls:report` goal (`coveralls-maven-plugin`,
configured with a stale `serviceName=travis-pro` and a hardcoded token) and
again via the `coverallsapp/github-action` step. Keep the action as the single
uploader — it auto-detects the jacoco aggregate and, with the Coveralls app
installed, posts the commit statuses and PR comment.

Drop `coveralls:report` from the CI goal list (keep `-Pjacoco`, which still
generates the aggregate the action consumes) and remove the
`coveralls-maven-plugin` `pluginManagement` block from `pom.xml`. The
`.coveralls.yml` (`service_name: github-actions`) is retained as the action's
config; the `jacoco-maven-plugin` `prepare-agent` execution is unchanged.

Closes #624.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

* Correct the consolidation: keep the Maven uploader, drop the Action

The earlier commit removed the wrong uploader. CI showed the
`coverallsapp/github-action` step does not upload the jacoco aggregate on
its own — it was posting the `target/coveralls.json` that the Maven
`coveralls:report` goal produces. With the Maven goal removed, the action
detected `jacoco.xml` but posted nothing, so coveralls.io had no build for
the commit and no report appeared.

Restore the Maven `coveralls:report` goal and the `coveralls-maven-plugin`
(the actual, correctly-attributed uploader — its builds report `branch=main`,
not a bare SHA) and instead drop the redundant `Coveralls GitHub Action`
step. This also removes the reporter-binary download that #601 hardened
against, at its source.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

* Set Coveralls serviceName to `github`; drop dead `.coveralls.yml`

`travis-pro` is a leftover from the pre-GitHub-Actions CI; the canonic... (continued)

1587 of 1979 relevant lines covered (80.19%)

0.8 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #1981.1 18 Jun 2026 12:51AM UTC 32
80.19
Source Files on build #1981
  • Tree
  • List 32
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • c788d873 on github
  • Prev Build on main (#27711881104)
  • Next Build on main
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