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

visgl / deck.gl / 33461576874
82%

Build:
DEFAULT BRANCH: master
Ran 01 Sep 2026 02:18AM UTC
Jobs 1
Files 418
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 Sep 2026 02:10AM UTC coverage: 82.318%. Remained the same
33461576874

push

github

web-flow
feat(extensions): prefilter dash coverage (#10581)

* test(extensions): add dash rendering baseline matrix for PathStyleExtension

Adds a render-test matrix and an interactive app for PathStyleExtension dashing,
covering segment density, dash arrays, corners, zoom levels, device pixel ratio,
3D elevation and billboard/flat parity.

The golden images record current behavior, defects included, so that subsequent
work shows up as a direct image diff. Measured from these goldens with
getDashArray [4, 5]:

- Six strips drawing the identical straight line diverge purely by vertex count.
  1, 2 and 4 segments dash correctly at a 43.4px period, 12 segments drifts to
  55.4px, and 40 and 120 segments render fully solid. Dash phase restarts at
  every vertex, so once a segment is shorter than one dash period nothing is
  discarded.
- dashJustified collapses the same way; justification is also per segment.
- highPrecisionDash renders all six strips identically and correctly, confirming
  the continuous-arclength mechanism works and is merely opt-in.
- billboard: true combined with highPrecisionDash is broken: the same geometry
  renders solid when dense and at a 52.0px period, 1.5x too long, when sparse,
  against 34.8px for the flat copy.
- Dash length grows along paths that climb in Z, because the CPU accumulates 3D
  distance while the shader coordinate measures 2D.

No source changes.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_014GipN1niYRgRuLVat2wujw

* test: recreate dash layers when dashMode changes

* test(extensions): add default dash path variants

* test(extensions): isolate 3D dash arclength

* test(extensions): cover pitched rounded billboard dashes

* test(extensions): separate path variant fixtures

* test(extensions): capture continuous offset dash baseline

* fix(extensions): make dashes match between billboard and flat paths

Dashing measured its along-path coordinate in units that diff... (continued)

8645 of 11034 branches covered (78.35%)

Branch coverage included in aggregate %.

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

15019 of 17713 relevant lines covered (84.79%)

18291.44 hits per line

Jobs
ID Job ID Ran Files Coverage
1 33461576874.1 01 Sep 2026 02:18AM UTC 418
82.32
GitHub Action Run
Source Files on build 33461576874
  • Tree
  • List 418
  • Changed 3
  • Source Changed 3
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #33461576874
  • 550287e5 on github
  • Prev Build on master (#33448350915)
  • Next Build on master (#33479044433)
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