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

visgl / deck.gl / 29308304842
83%

Build:
DEFAULT BRANCH: master
Ran 14 Jul 2026 05:29AM UTC
Jobs 1
Files 400
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

14 Jul 2026 05:21AM UTC coverage: 83.166% (+0.001%) from 83.165%
29308304842

push

github

web-flow
fix(core): do not write View clearColor into the picking buffer (#10431)

* fix(core): do not write View clearColor into the picking buffer

Since #9650, the View clear/clearColor props were applied to every
render target, including the picking framebuffer. Picking colors encode
object references, so clearing with a non-transparent color makes every
background pixel decode as a picked object, breaking picks within the
picking radius and logging "Picked non-existent layer" errors. Clear
with transparent black instead when picking.

* fix(core): preserve clearColor:false semantics while picking

Per review feedback, only substitute transparent black for the view's
clearColor when a color clear was actually requested. A view with
clear: true and clearColor: false still means "clear depth/stencil but
don't touch color" during picking, preserving picking data rendered by
underlying overlapping views. Add a regression test with two
overlapping views that fails if the color is force-cleared.

---------

Co-authored-by: Chris Gervang <chrisgervang@users.noreply.github.com>

8040 of 10150 branches covered (79.21%)

Branch coverage included in aggregate %.

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

14350 of 16772 relevant lines covered (85.56%)

19128.28 hits per line

Jobs
ID Job ID Ran Files Coverage
1 29308304842.1 14 Jul 2026 05:29AM UTC 400
83.17
GitHub Action Run
Source Files on build 29308304842
  • Tree
  • List 400
  • 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 #29308304842
  • 84267623 on github
  • Prev Build on master (#29306429093)
  • Next Build on master (#29455329432)
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