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

stacklok / toolhive-studio / 25860534205 / 1
70%
main: 70%

Build:
Build:
LAST BUILD BRANCH: renovate/anthropics-claude-code-action-digest
DEFAULT BRANCH: main
Ran 14 May 2026 12:45PM UTC
Files 516
Run time 16s
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

14 May 2026 12:35PM UTC coverage: 70.434%. Remained the same
25860534205.1

Pull #1665

github

samuv
fix(lint): satisfy react-refresh/only-export-components on v0.5

eslint-plugin-react-refresh 0.5 tightened the only-export-components
rule and removed the built-in carve-outs for non-component exports:

- Tell the rule about TanStack Router's `createFileRoute` and
  `createRootRouteWithContext` via `extraHOCs`, so co-locating the
  `Route` export with its component (our project convention) no
  longer trips the rule. Per the plugin's note this isn't a
  perfect-HMR setup for those files, but it matches how the routes
  are already authored.
- Allow non-array constant exports alongside components via
  `allowConstantExport: true`, then move `DEFAULT_PAGE_SIZE_OPTIONS`
  (which is an array literal, still flagged) to a dedicated
  constants file imported by both `pagination.tsx` and the skills
  registry-pagination helper.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Pull Request #1665: chore(deps): update dependency eslint-plugin-react-refresh to ^0.5.2

5038 of 7754 branches covered (64.97%)

7516 of 10671 relevant lines covered (70.43%)

117.28 hits per line

Source Files on job 25860534205.1
  • Tree
  • List 516
  • Changed 2
  • Source Changed 2
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 25860534205
  • 94f32f55 on github
  • Prev Job for on renovate/eslint-plugin-react-refresh-0.x (#25860028129.1)
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