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

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

Build:
Build:
LAST BUILD BRANCH: renovate/anthropics-claude-code-action-digest
DEFAULT BRANCH: main
Ran 14 May 2026 11:10AM UTC
Files 516
Run time 22s
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 11:03AM UTC coverage: 70.417%. Remained the same
25856655338.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

5030 of 7740 branches covered (64.99%)

7510 of 10665 relevant lines covered (70.42%)

118.4 hits per line

Source Files on job 25856655338.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 25856655338
  • 47c88e8d on github
  • Prev Job for on renovate/eslint-plugin-react-refresh-0.x (#25854836802.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