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

lfoppiano / grobid-quantities / 31022062935
38%
master: 38%

Build:
Build:
LAST BUILD BRANCH: feature/grobid-0.9.1
DEFAULT BRANCH: master
Ran 05 Aug 2026 03:49PM UTC
Jobs 1
Files 75
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

05 Aug 2026 03:47PM UTC coverage: 38.184% (+3.5%) from 34.674%
31022062935

Pull #186

github

lfoppiano
Revert maven-layout localLibs conversion (keep flatDir isolation)

Reverts c9069c3. The maven-layout conversion made grobid-service 0.9.1's
POM transitive deps flow, and grobid-service 0.9.1 is built on Dropwizard
5.0.1 / Jetty 12. Gradle conflict resolution then upgraded grobid-quantities'
own Dropwizard stack 4.0.17 -> 5.0.1 and Jetty 11 -> 12. Jetty 12 removed
org.eclipse.jetty.servlets.CrossOriginFilter, which GrobidQuantitiesApplication
uses for CORS, so the service crashed on startup with NoClassDefFoundError.

The flatDir repo deliberately isolates grobid-quantities from grobid's heavier
web stack: it uses grobid-core's classes but keeps the project's own Dropwizard
4.0.17 / Jetty 11. Restoring it fixes startup; the direct opennlp-tools 2.5.9
pin (kept) still fixes the sentence-detection NoSuchMethodError.

Verified in a clean env (mavenLocal hidden, cache purged): resolves
dropwizard-core 4.0.17 + jetty-server 11.0.26, the onejar bundles
CrossOriginFilter and opennlp 2.5.9's sentPosDetect(CharSequence), all 154 tests pass.
Pull Request #186: build: update to Grobid 0.9.1

996 of 2972 branches covered (33.51%)

Branch coverage included in aggregate %.

2583 of 6401 relevant lines covered (40.35%)

1.62 hits per line

Coverage Regressions

Lines Coverage ∆ File
40
0.0
-71.72% org/grobid/core/features/FeaturesVectorValues.java
Jobs
ID Job ID Ran Files Coverage
1 31022062935.1 05 Aug 2026 03:48PM UTC 75
38.18
GitHub Action Run
Source Files on build 31022062935
  • Tree
  • List 75
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #31022062935
  • Pull Request #186
  • PR Base - master (#24157663872)
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