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

OpenRefine / OpenRefine / 12723241792
51%

Build:
DEFAULT BRANCH: master
Ran 11 Jan 2025 09:59AM UTC
Jobs 1
Files 676
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

11 Jan 2025 09:56AM UTC coverage: 49.525%. Remained the same
12723241792

push

github

web-flow
ci: Use all 4 cores during build test for server (#7077)

* Use all 4 cores during build test for server

Ref: https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories

GitHub Runners for Ubuntu have 4 cores.
Maven 3+ has experimental support for parallel builds https://cwiki.apache.org/confluence/display/MAVEN/Parallel+builds+in+Maven+3
I've tested locally on my Windows 11 PC with `mvn -T 8 clean package` and saw no issues, but instead a vastly faster build about 1/4 the time, since we already did a pretty good job of our multi-module project and declaring all the dependencies correctly, it's able to figure out what can run in parallel over the CPU cores I have (8 cores).

The other alternative is to use Maven Daemon (built with GraalVM and fast like Gradle) https://github.com/apache/maven-mvnd
But that's much more involved and requires building and setting up a customer Runner image that has Maven Daemon installed; and then we'd need to keep it up to date; more maintenance we don't need to take on.

* add pull_request_server.yml to on pull request paths

5487 of 12538 branches covered (43.76%)

Branch coverage included in aggregate %.

13647 of 26097 relevant lines covered (52.29%)

2.41 hits per line

Jobs
ID Job ID Ran Files Coverage
1 Java - 12723241792.1 11 Jan 2025 09:59AM UTC 676
49.53
GitHub Action Run
Source Files on build 12723241792
  • Tree
  • List 676
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #12723241792
  • 5c425b14 on github
  • Prev Build on master (#12703581359)
  • Next Build on master (#12725883888)
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