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

rm-hull / zaup2 / 19000941118
2%

Build:
DEFAULT BRANCH: main
Ran 01 Nov 2025 06:33PM UTC
Jobs 1
Files 2
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

01 Nov 2025 06:32PM UTC coverage: 2.442%. Remained the same
19000941118

push

github

web-flow
feat: Enhance error fallback with source maps (#932)

* feat: Enhance error fallback with source maps

Enhance the `ErrorFallback` component to automatically attempt
to decode minified stack traces using available source maps.

This significantly aids debugging production errors by:
*   Resolving file paths, line, and column numbers to original
    source locations.
*   Introducing a recursive display for error causes (`error.cause`).

This functionality is implemented via the new `useReadableStack`
hook and the `source-map-js` dependency.

* Update src/components/ErrorFallback.tsx

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* fix: Log error on stack decode failure

Improves error handling in the stack trace decoding hook.

If `decodeStackTrace` fails, the error is now explicitly logged
to the console, aiding debugging when stack decoding processes
are interrupted.

Also updates promise consumption to use `void` and removes
outdated eslint suppression comments.

* refactor: Type source map cache explicitly

This commit introduces the `RawSourceMap` type definition from
`source-map-js`.

The source map cache and the subsequent use of source map data
are now explicitly typed, improving type safety when interacting
with `SourceMapConsumer`.

---------

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

28 of 961 branches covered (2.91%)

Branch coverage included in aggregate %.

98 of 4198 relevant lines covered (2.33%)

0.12 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1680
2.37
0.0% .pnp.cjs
Jobs
ID Job ID Ran Files Coverage
1 19000941118.1 01 Nov 2025 06:33PM UTC 2
2.44
GitHub Action Run
Source Files on build 19000941118
  • Tree
  • List 2
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #19000941118
  • d34d74be on github
  • Prev Build on main (#19000932551)
  • Next Build on main (#19000962293)
  • 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