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

lfoppiano / grobid-quantities / 32653320486
39%

Build:
DEFAULT BRANCH: master
Ran 23 Aug 2026 05:04PM 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

23 Aug 2026 04:58PM UTC coverage: 38.975%. Remained the same
32653320486

push

github

web-flow
build: make the integration task actually run the integration tests (#201)

`./gradlew integration` reported BUILD SUCCESSFUL and produced no test
report at all: a Test task created by hand inherits neither
testClassesDirs nor classpath from the java plugin's `test`, so it had
nothing to run and passed on 0 tests. Six *IntegrationTest classes are
excluded from `test` on the assumption that this task covers them, and
none of them had ever run through it.

Set both properties, and call useJUnitPlatform() as `test` does, so the
JUnit 5 tests among them are discovered rather than silently skipped.

  before   0 tests, BUILD SUCCESSFUL, no report produced
  after  219 tests (154 unit + 65 integration), 7 failing

The 7 failures are environmental, not regressions: QuantityParser and
ValueParser integration tests initialise through GrobidProperties, which
resolves grobid-home to ../grobid-home regardless of the grobidHome set
in config-test.yml, and that directory here holds only models/ with no
config/grobid.yaml. They need a complete grobid-home beside the
repository. The other 58 integration tests pass - UnitParser 25,
QuantityLexicon 21, QuantityNormalizer 9, TextParser 1.

1019 of 3002 branches covered (33.94%)

Branch coverage included in aggregate %.

2670 of 6463 relevant lines covered (41.31%)

1.65 hits per line

Jobs
ID Job ID Ran Files Coverage
1 32653320486.1 23 Aug 2026 05:04PM UTC 75
38.98
GitHub Action Run
Source Files on build 32653320486
  • Tree
  • List 75
  • 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 #32653320486
  • 04fc8e16 on github
  • Prev Build on master (#32652882124)
  • Next Build on master (#32654404092)
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