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

agentjido / req_llm / 4b94247fed246b26204630cff42488211815573c
49%

Build:
DEFAULT BRANCH: main
Ran 09 Oct 2025 01:37PM UTC
Jobs 2
Files 67
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

09 Oct 2025 01:36PM UTC coverage: 48.763% (-0.009%) from 48.772%
4b94247fed246b26204630cff42488211815573c

push

github

web-flow
Fix get_provider/1 returning {:ok, nil} for metadata-only providers (#84)

Previously, get_provider/1 would return {:ok, nil} when a provider
existed in the registry but had module: nil (metadata-only providers
like google-vertex). This caused UndefinedFunctionError when trying
to call functions on nil.

Now returns {:error, :not_implemented} for providers that exist but
have no implementation module, allowing callers to handle this case
appropriately.

Fixes the error:
  ** (UndefinedFunctionError) function nil.prepare_request/4 is undefined

🤖 Generated with [Claude Code](https://claude.com/claude-code)

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

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

7 existing lines in 4 files now uncovered.

2680 of 5496 relevant lines covered (48.76%)

177.4 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
66.67
-33.33% lib/req_llm/provider.ex
2
83.33
-6.67% lib/req_llm/keys.ex
2
61.11
-0.65% lib/req_llm/provider/defaults.ex
2
39.02
-2.44% lib/req_llm/providers/openai.ex
Jobs
ID Job ID Ran Files Coverage
1 4b94247fed246b26204630cff42488211815573c.1 09 Oct 2025 01:37PM UTC 67
48.59
GitHub Action Run
2 4b94247fed246b26204630cff42488211815573c.2 09 Oct 2025 01:37PM UTC 67
48.74
GitHub Action Run
Source Files on build 4b94247fed246b26204630cff42488211815573c
  • Tree
  • List 67
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 4b94247f on github
  • Prev Build on main (#A03D3BC9...)
  • Next Build on main (#7A3A1B51...)
  • 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