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

grobidOrg / grobid / 28018122208
39%
master: 39%

Build:
Build:
LAST BUILD BRANCH: fix/pdfalto-memory-limit-macos
DEFAULT BRANCH: master
Ran 23 Jun 2026 10:12AM 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

23 Jun 2026 08:29AM UTC coverage: 38.643% (+0.003%) from 38.64%
28018122208

push

github

lfoppiano
fix: emit balanced paragraph tags in fulltext training data #465

In testClosingTag(), the guard deciding whether to close a paragraph after a
reference marker used '||' between mutually exclusive equality checks
(citation/figure/table/equation marker), which is always true. As a result a
'</p>' was appended after a marker even when the following token was another
marker inside the same paragraph, producing redundant and unbalanced tags
(unclosed/extra <p>) in the generated *.training.fulltext.tei.xml. Use '&&'
so the paragraph is closed only when the next tag is neither the paragraph
continuation nor another embedded marker.

8652 of 24870 branches covered (34.79%)

Branch coverage included in aggregate %.

18423 of 45195 relevant lines covered (40.76%)

4.95 hits per line

Coverage Regressions

Lines Coverage ∆ File
144
48.27
0.0% org/grobid/core/engines/FullTextParser.java
Jobs
ID Job ID Ran Files Coverage
1 28018122208.1 23 Jun 2026 10:12AM UTC 325
38.64
GitHub Action Run
2 28018122208.2 23 Jun 2026 10:14AM UTC 325
38.64
GitHub Action Run
3 28018122208.3 23 Jun 2026 10:19AM UTC 325
38.64
GitHub Action Run
Source Files on build 28018122208
  • Tree
  • List 325
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #28018122208
  • 30b17b34 on github
  • Prev Build on master (#28002051613)
  • Next Build on bugfix/issue-465 (#28053186649)
  • 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