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

Idrinth / habit-evaluator / 22232362390 / 1
40%
the-one: 40%

Build:
DEFAULT BRANCH: the-one
Ran 20 Feb 2026 04:51PM UTC
Files 68
Run time 2s
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 Feb 2026 04:35PM UTC coverage: 28.276% (+1.3%) from 26.983%
22232362390.1

push

github

web-flow
Fix java build timeout by adding CI and test safeguards (#537)

* Fix java build timeout by adding CI and test safeguards

The java CI job had no timeout configuration at any level, allowing
hanging tests or tasks to run until GitHub's 6-hour default timeout.
This was triggered after the Spring Boot 4.0.2 upgrade.

- Add timeout-minutes: 30 to the java CI job
- Add JUnit 5 per-test timeout of 5 minutes via system property to
  catch individual hanging tests with a clear failure message
- Add @ActiveProfiles("test") to HabitEvaluatorWebApplicationTest so
  it uses in-memory H2 instead of file-based H2, preventing potential
  database file locking issues in CI

https://claude.ai/code/session_01Y34GWktUu7wdd42FZFHtp8

* Add HikariCP pool limits to test properties to prevent connection exhaustion

With 19+ @DataJpaTest classes each creating their own HikariCP connection
pools under Spring Boot 4.0.2, the default pool sizing can lead to
resource exhaustion and indefinite hangs when tests compete for
connections.

- Set maximum-pool-size to 5 (sufficient for test isolation)
- Set connection-timeout to 10s (fail fast instead of hanging)

https://claude.ai/code/session_01Y34GWktUu7wdd42FZFHtp8

* Regenerate OpenAPI spec with updated field ordering

Test-generated artifact reflecting current schema field order.

https://claude.ai/code/session_01Y34GWktUu7wdd42FZFHtp8

---------

Co-authored-by: Claude <noreply@anthropic.com>

435 of 2696 branches covered (16.14%)

Branch coverage included in aggregate %.

2495 of 7666 relevant lines covered (32.55%)

1.39 hits per line

Source Files on job android-maestro - 22232362390.1
  • Tree
  • List 68
  • Changed 5
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 22232362390
  • b8b6e9e6 on github
  • Prev Job for on the-one (#22229027908.2)
  • Next Job for on the-one (#22232707058.6)
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