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

Hyshmily / hotkey / 27728804845
87%

Build:
DEFAULT BRANCH: master
Ran 18 Jun 2026 12:47AM UTC
Jobs 1
Files 69
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

18 Jun 2026 12:32AM UTC coverage: 71.199%. First build
27728804845

push

github

Hyshmily
fix: broken @ConditionalOnClass annotation prevents HotKeyCache bean creation

@ConditionalOnClass(name = "io/github/hyshmily/hotkey/hotkeydetector")
used resource-path format (/), which Class.forName() can never resolve,
making the condition always false. Changed to type-safe
@ConditionalOnClass(HotKeyDetector.class).

Root cause of 41 integration-test errors + 5 benchmark failures:
HotKeyCache bean was never created when Redis was available because:
1) HotKeyAutoConfiguration.hotKeyCache() was skipped
   (@ConditionalOnMissingBean type=RedisTemplate)
2) HotKeyRedisAutoConfiguration.hotKeyCache() condition never matched
   (broken @ConditionalOnClass)
-> HotKey.requireCache() threw UnsupportedOperationException on every call.

Signed-off-by: Hyshmily <cxm8607@outlook.com>

703 of 1048 branches covered (67.08%)

Branch coverage included in aggregate %.

1952 of 2681 relevant lines covered (72.81%)

3.31 hits per line

Jobs
ID Job ID Ran Files Coverage
1 27728804845.1 18 Jun 2026 12:47AM UTC 69
71.2
GitHub Action Run
Source Files on build 27728804845
  • Tree
  • List 69
  • 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 #27728804845
  • 1d7c1937 on github
  • Next Build on master (#27729504914)
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