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

valkyrjaio / valkyrja-java / 30328964911
100%

Build:
DEFAULT BRANCH: 26.x
Ran 28 Jul 2026 04:31AM UTC
Jobs 1
Files 659
Run time 2min
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

28 Jul 2026 04:30AM UTC coverage: 99.977%. Remained the same
30328964911

push

github

web-flow
[CI] Format the log provider test to satisfy Spotless (#60)

# Description

`26.x` is currently **red on Spotless**, and every open PR inherits the
failure.

Two PRs landed in an order that hid the violation from both:

- **#58** widened the Spotless scope to cover `.github/ci/junit/src/**`
— the JUnit
  test sources, which had not been format-checked before.
- **#59** added `theDeferredLoggerIsTheSameInstanceAsTheFileLogger` to
`LogServiceProviderTest`, with a single `assertSame(...)` call over the
  100-column limit.

#59 branched from `e6382bd`, before #58 merged, so its own CI ran
against the
*old* Spotless scope and passed with 8 green checks. #58 was green
because #59's
test did not exist on its branch either. The violation only came into
being once
both were on `26.x` — neither PR could have caught it alone.

Running `spotlessApply` wraps the one call across three lines. No
behavior
changes; the assertion is identical.

Full `./gradlew ci` green, including `spotlessCheck`.

Blocks valkyrjaio/valkyrja-java#57, and would block any other PR opened
against
`26.x` until it lands.

## Types of changes

- [ ] Improvement _(non-breaking change which improves code)_
- [x] 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/unit/log/provider/LogServiceProviderTest.java`**
— wrapped the `assertSame` call in
`theDeferredLoggerIsTheSameInstanceAsTheFileLogger` across three lines,
as `spotlessApply` produces, bringing the file back within the
100-column limit that #58 began enforcing on the JUnit sources.

1904 of 1906 branches covered (99.9%)

Branch coverage included in aggregate %.

6958 of 6958 relevant lines covered (100.0%)

4.34 hits per line

Jobs
ID Job ID Ran Files Coverage
1 30328964911.1 28 Jul 2026 04:31AM UTC 659
99.98
GitHub Action Run
Source Files on build 30328964911
  • Tree
  • List 659
  • 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 #30328964911
  • 42c11c0f on github
  • Prev Build on 26.x (#30328670610)
  • Next Build on 26.x (#30329206586)
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