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

philihp / sort-unwind / 26260149941
100%
main: 100%

Build:
Build:
LAST BUILD BRANCH: renovate/github-codeql-action-4.x
DEFAULT BRANCH: main
Ran 21 May 2026 11:58PM UTC
Jobs 1
Files 1
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

21 May 2026 11:57PM UTC coverage: 100.0%. Remained the same
26260149941

Pull #918

github

claude
fix(build): order exports types-first to eliminate esbuild warning

esbuild matches export conditions top-down. With "types" listed last
after "import" and "require", it could never match, triggering:
  The condition "types" here will never be used as it comes after
  both "import" and "require"

Nest types per format so ESM and CJS consumers each pick up the
correct declaration file (.d.ts vs .d.cts, both already emitted by
tsup).
Pull Request #918: fix(build): order exports types-first to eliminate esbuild warning

2 of 2 branches covered (100.0%)

Branch coverage included in aggregate %.

16 of 16 relevant lines covered (100.0%)

116.13 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26260149941.1 21 May 2026 11:58PM UTC 1
100.0
GitHub Action Run
Source Files on build 26260149941
  • Tree
  • List 1
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Pull Request #918
  • PR Base - main (#26259752663)
  • 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