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

agentjido / req_llm / 20e498f7947cf72d00b9b1f324db8f49b6d34a14 / 3
49%
main: 49%

Build:
DEFAULT BRANCH: main
Ran 18 Nov 2025 01:42AM UTC
Files 82
Run time 4s
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 Nov 2025 01:41AM UTC coverage: 50.14% (+0.08%) from 50.056%
20e498f7947cf72d00b9b1f324db8f49b6d34a14.3

push

github

web-flow
Fix tool_budget_for pattern match regression from LLMDB integration (#221)

The test helper tool_budget_for/1 was using an obsolete pattern match
that expected {:ok, {provider, id, model}} but ReqLLM.model/1 now returns
{:ok, model} after the LLMDB integration in v1.1.0.

This caused the pattern match to fail and always return the default 150
tokens instead of calculating the correct budget based on model.limits.

Additionally fixed the field name from model.limit (singular) to
model.limits (plural) to match the LLMDB.Model struct.

The regression primarily affected reasoning-enabled models like Gemini
2.5 Pro, where 150 tokens was insufficient for the model's extended
reasoning process, causing tool call tests to fail with MAX_TOKENS
errors.

3588 of 7156 relevant lines covered (50.14%)

14.69 hits per line

Source Files on job 20e498f7947cf72d00b9b1f324db8f49b6d34a14.3
  • Tree
  • List 82
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 20
  • 20e498f7 on github
  • Prev Job for on main (#367581c9c34e8aa809ece1dc571faa09110c8727.4)
  • Next Job for on main (#e86a7a74a4626952cb4e3805c9529067bceb0614.2)
  • 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