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

grobidOrg / grobid / 27900203387
39%

Build:
DEFAULT BRANCH: master
Ran 21 Jun 2026 09:45AM UTC
Jobs 3
Files 325
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

21 Jun 2026 09:33AM UTC coverage: 38.588% (-0.1%) from 38.73%
27900203387

push

github

web-flow
Improve matching in sentence segmentation re-alignment  (#1457)

- Rewrote `getSentenceOffsets` as a **forward two-pointer alignment**: consumes the original text strictly in order, whitespace-tolerant, cannot drift, and never drops text between sentences (replaces the window/`indexOf` reconstruction that lost runs of short reference-marker sentences on long paragraphs).
- Added **trailing-tail coverage**: text after the last returned chunk (e.g. a paragraph-final footnote/citation the segmenter doesn’t emit as a sentence) is covered instead of being dropped by TEIFormatter.
- Made `detect()` **thread-safe** (`synchronized` around the shared JRuby `put("text")` + segment) — fixes nondeterministic, large body/caption text loss under concurrent requests caused by the shared `ScriptingContainer` global. 
- Added `DiffMatchPatch` utility + diff-based `findInText` (used by the legacy/fallback path).

8636 of 24850 branches covered (34.75%)

Branch coverage included in aggregate %.

18386 of 45177 relevant lines covered (40.7%)

4.94 hits per line

Coverage Regressions

Lines Coverage ∆ File
41
62.45
62.45% org/grobid/core/lang/impl/PragmaticSentenceDetector.java
11
71.68
35.12% org/grobid/core/utilities/SentenceUtilities.java
5
77.27
-2.21% org/grobid/core/lang/impl/BlingFireSentenceDetector.java
Jobs
ID Job ID Ran Files Coverage
1 27900203387.1 21 Jun 2026 09:45AM UTC 325
38.59
GitHub Action Run
2 27900203387.2 21 Jun 2026 09:47AM UTC 325
38.59
GitHub Action Run
3 27900203387.3 21 Jun 2026 09:55AM UTC 325
38.58
GitHub Action Run
Source Files on build 27900203387
  • Tree
  • List 325
  • Changed 6
  • Source Changed 0
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #27900203387
  • 54533579 on github
  • Prev Build on master (#27897532782)
  • Next Build on master (#27984196908)
  • Delete
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