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

Tatsh / dade / 33104986869
100%

Build:
DEFAULT BRANCH: master
Ran 27 Aug 2026 06:47PM UTC
Jobs 5
Files 260
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

27 Aug 2026 06:41PM UTC coverage: 100.0%. Remained the same
33104986869

push

github

Tatsh
rbplus: stop the chart fit looping on a phone, and ship source maps

The fit measured the window as `window.innerHeight` and re-fitted whenever it
changed. On Android Chrome the address bar retracts as the page grows and
extends as it shrinks, so each fit moved the height that drove it and the two
never settled: React aborted the render with "Maximum update depth exceeded"
(minified error #185). Measure the small viewport (`100svh`) instead, which the
page cannot move, so the chart fits whether the bar is shown or hidden and the
fit has nothing to feed back on. As a backstop, the correction now counts its
tries and stops after a bounded number rather than looping on any window that
will not steady, and it is forgotten only when the seconds that fit actually
change, not on sub-second wobble.

Emit a full source map from the production build as well, so an error in the
shipped script can be read against the original TypeScript. The build hides
nothing. The whole generated bundle, source maps included, is kept out of
spell-checking.

Signed-off-by: Andrew Udvare <audvare@gmail.com>

4284 of 4284 branches covered (100.0%)

Branch coverage included in aggregate %.

16940 of 16940 relevant lines covered (100.0%)

5.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 33104986869.1 27 Aug 2026 06:47PM UTC 260
100.0
GitHub Action Run
2 33104986869.2 27 Aug 2026 06:47PM UTC 260
100.0
GitHub Action Run
3 33104986869.3 27 Aug 2026 06:48PM UTC 260
100.0
GitHub Action Run
4 33104986869.4 27 Aug 2026 06:48PM UTC 260
100.0
GitHub Action Run
5 33104986869.5 27 Aug 2026 06:50PM UTC 260
100.0
GitHub Action Run
Source Files on build 33104986869
  • Tree
  • List 260
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #33104986869
  • 5aa9406e on github
  • Prev Build on master (#33087373544)
  • Next Build on master (#33106148589)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc