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

kp-forks / grobid / 27904051704
39%

Build:
DEFAULT BRANCH: master
Ran 21 Jun 2026 12:29PM 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.591% (-0.08%) from 38.669%
27904051704

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).

8637 of 24850 branches covered (34.76%)

Branch coverage included in aggregate %.

18387 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
50.1% 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 27904051704.1 21 Jun 2026 12:29PM UTC 325
38.59
GitHub Action Run
2 27904051704.2 22 Jun 2026 09:16AM UTC 325
38.59
GitHub Action Run
3 27904051704.3 22 Jun 2026 12:08PM UTC 325
38.59
GitHub Action Run
Source Files on build 27904051704
  • Tree
  • List 325
  • Changed 8
  • Source Changed 0
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #27904051704
  • 54533579 on github
  • Prev Build on master (#27846565586)
  • Next Build on master (#28001811224)
  • 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