• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In
Warning: This build has drifted.
The coverage report for this pull request build may be inaccurate because its base commit is no longer the HEAD of its target branch.
This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

    • Learn more: For more information on this, see Tracking coverage changes for pull request builds.
    • Fix now: For a quick fix, rebase this PR at GitHub. Your next report should be accurate.
    • Prevent going forward: To avoid this issue with future PRs, see these Recommended CI Configurations.
New Repo Setting:
INCLUDE COVERAGE % WITH WARNINGS ABOUT DRIFTED BUILDS?

Enabling this setting will include a (potentially inaccurate) coverage % with warning messages in status updates for drifted builds.

Adjust setting

stacklok / toolhive-studio / 28372570280
71%
main: 71%

Build:
Build:
LAST BUILD BRANCH: renovate/anthropics-claude-code-action-digest
DEFAULT BRANCH: main
Ran 29 Jun 2026 12:42PM UTC
Jobs 1
Files 521
Run time 2min
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

29 Jun 2026 12:38PM UTC coverage: 70.829%. Remained the same
28372570280

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.3

5207 of 7964 branches covered (65.38%)

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

7692 of 10860 relevant lines covered (70.83%)

113.69 hits per line

Jobs
ID Job ID Ran Files Coverage
1 28372570280.1 29 Jun 2026 12:42PM UTC 521
70.83
GitHub Action Run
Source Files on build 28372570280
  • Tree
  • List 521
  • Changed 2
  • Source Changed 2
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #28372570280
  • Pull Request #1665
  • PR Base - main (#28367434578)
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