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

philihp / kennerspiel / 26034300920
96%

Build:
DEFAULT BRANCH: main
Ran 18 May 2026 12:46PM UTC
Jobs 1
Files 116
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 May 2026 12:44PM UTC coverage: 96.185% (+0.03%) from 96.158%
26034300920

push

github

web-flow
feat(game): encode rondel yields alongside positions (#1709)

Adds a second 9-slot section to the shared block of the feature
vector: for each rondel token, the resource amount it would currently
yield if taken (computed via the existing take() function in
board/rondel.ts), normalized by the max possible yield of 10. Tokens
not yet on the rondel encode as 0.

The model previously got the token positions as deltas mod 13 — useful
for "where is each token" but not directly the play-relevant signal.
Yield is the value the player would actually receive on take, so
exposing it lets the heuristic head learn rondel decisions without
re-deriving the arm-value table.

FEATURE_LEN grows by 9. featureSpec.vocab.rondelKeys still describes
both sections; consumers can index them as
  deltas: shared
  yields: shared + rondelKeys.length

https://claude.ai/code/session_012g8vWmxD3NfWGedLs6YqpK

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

1311 of 1501 branches covered (87.34%)

Branch coverage included in aggregate %.

7 of 7 new or added lines in 1 file covered. (100.0%)

3505 of 3506 relevant lines covered (99.97%)

707.13 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26034300920.1 18 May 2026 12:46PM UTC 116
96.19
GitHub Action Run
Source Files on build 26034300920
  • Tree
  • List 116
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 644806e1 on github
  • Prev Build on main (#26010745217)
  • Next Build on main (#26034352256)
  • Delete
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