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

valkyrjaio / valkyrja-java / 27854202448
100%

Build:
DEFAULT BRANCH: 26.x
Ran 20 Jun 2026 12:11AM UTC
Jobs 1
Files 565
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

20 Jun 2026 12:10AM UTC coverage: 97.846% (+0.05%) from 97.792%
27854202448

push

github

web-flow
[Tests] One dedicated test file per code-bearing class (#26)

# Description

Every code-bearing class now has its own dedicated test covering 100% of
its file, mirroring PHP's per-class layout. The suite stands at 1210
tests across 382 files with JaCoCo holding at 99.83% (5716/5726) — the
only uncovered lines are the 10 provably-unreachable ones documented in
`architecture/java/TODO.md`.

Grouped test files (exceptions, param collections, typed responses,
typed headers, formatters, formats, messages, outputs, option
parameters) were split into one `<Class>Test` file per class and the
originals removed. Abstract-base coverage that previously lived in
grouped tests was relocated into the appropriate per-class test so
nothing regressed.

Pure interfaces (146) and annotation markers (21) have no bytecode for
JaCoCo to measure and are deferred; the TODO records that
structural/contract tests for those remain to fully mirror PHP's layout.

---

## Types of Changes

- [x] Improvement _(non-breaking change which improves code)_
- [ ] Bug fix _(non-breaking change which fixes an issue)_
- [ ] New feature _(non-breaking change which adds functionality)_
- [ ] Deprecation _(breaking change which removes functionality)_
- [ ] Breaking change _(fix or feature that would cause existing
functionality to change)_
- [ ] Documentation improvement

---

## Changes

- **`.github/ci/junit/src/test/java/io/valkyrja/**`** — added dedicated
`<Class>Test` files for all 201 previously-grouped/untested code-bearing
classes (each covering 100% of its file); removed the now-redundant
grouped tests (`ConcreteParamCollectionsTest`, `TypedResponsesTest`,
`TypedHeadersTest`, `FormatterVariantsTest`, `MessageVariantsTest`,
`OutputVariantsTest`, `OptionParameterSubclassesTest`, and the
per-module `*ExceptionTests`)
- **`ParamCollectionTest`** — absorbed the abstract-base `get()`
coverage from the deleted `ConcreteParamCollectionsTest`
- **`architecture/java/TODO.md`** — recorded comple... (continued)

1462 of 1610 branches covered (90.81%)

Branch coverage included in aggregate %.

5716 of 5726 relevant lines covered (99.83%)

4.34 hits per line

Jobs
ID Job ID Ran Files Coverage
1 27854202448.1 20 Jun 2026 12:11AM UTC 565
97.85
GitHub Action Run
Source Files on build 27854202448
  • Tree
  • List 565
  • 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 #27854202448
  • 849c85df on github
  • Prev Build on 26.x (#27853535490)
  • Next Build on 26.x (#27855450246)
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