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

VolvoxLLC / volvox-bot / 24867835378
91%

Build:
DEFAULT BRANCH: main
Ran 24 Apr 2026 01:42AM UTC
Jobs 1
Files 207
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

24 Apr 2026 01:40AM UTC coverage: 90.04% (-0.08%) from 90.115%
24867835378

push

github

web-flow
feat: introduce providers.json unified catalog (#553) (#584)

* feat: introduce providers.json unified catalog (#553)

Collapse provider + model metadata into a single src/data/providers.json
catalog consumed via src/utils/providerRegistry.js. Delete the now-redundant
model-pricing.json. Add moonshot and openrouter as first-class providers;
drop dead anthropic/openai catalog entries.

Key changes:

- New providerRegistry with fail-fast loader (apiShape allow-list enforced
  at import); exports getProviderConfig, getModelConfig, getCapabilities,
  supportsShape, listProviders. Unblocks #530 (multi-shape SDKs).
- aiClient.js: drop KNOWN_BASE_URLS, isAnthropicAuthToken, sk-ant detection,
  and Anthropic-vendor branching. Every credential is passed as authToken;
  provider resolution goes through the registry; WebSearch/thinking gated
  by registry capabilities.
- modelString.parseProviderModel throws on bare strings (D1). All callsites
  updated to provider:model form (tldr, triage-config, aiAutoMod, ready,
  config.json, tests).
- aiCost.js sources pricing from the registry; case-insensitive + date-suffix
  lookup preserved.
- debugFooter.extractStats requires explicit providerName; drops silent
  anthropic fallback.
- logger.js: pattern-based sensitive-field redaction
  (/_api_key$|_auth_token$/i) so new providers are scrubbed by default.
- Docs: .env.example, README, copilot-instructions updated. Anthropic-direct
  env var is now commented/optional (reserved for future #553 work).

Deviations from #553 AC (approved in plan):
- Dropped dead anthropic/openai catalog entries; catalog ships as
  minimax + moonshot + openrouter.
- OpenAI-apiShape runtime rejected by the allow-list until #530 lands;
  schema accommodates it already.

Tests: 242/242 pass across all 9 modified/new test files. New:
providerRegistry.test.js, modelString.test.js.

* fix: address PR #584 review feedback + hardening pass

Implements 40 unique review items from 5 automated reviewer... (continued)

7189 of 8450 branches covered (85.08%)

Branch coverage included in aggregate %.

238 of 261 new or added lines in 14 files covered. (91.19%)

3 existing lines in 3 files now uncovered.

11822 of 12664 relevant lines covered (93.35%)

217.0 hits per line

Uncovered Changes

Lines Coverage ∆ File
12
87.6
src/utils/providerRegistry.js
4
85.32
2.46% src/logger.js
4
88.7
-2.15% src/utils/aiClient.js
2
89.88
-0.58% src/modules/triage-respond.js
1
82.74
-0.85% src/modules/aiAutoMod.js

Coverage Regressions

Lines Coverage ∆ File
1
85.32
2.46% src/logger.js
1
82.74
-0.85% src/modules/aiAutoMod.js
1
87.63
0.0% src/modules/welcome.js
Subprojects
ID Flag name Job ID Ran Files Coverage
1 /jobs/180763698 24867835378.1 24 Apr 2026 01:42AM UTC 207
90.04
GitHub Action Run
Source Files on build 24867835378
  • Tree
  • List 207
  • Changed 19
  • Source Changed 16
  • Coverage Changed 16
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #24867835378
  • ad0a05a0 on github
  • Prev Build on feat/advertise-tldr (#24864200854)
  • Next Build on main (#24876991551)
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