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

shader-slang / slang-rhi / 16124279524 / 3
23%
main: 23%

Build:
DEFAULT BRANCH: main
Ran 07 Jul 2025 06:04PM UTC
Files 158
Run time 8s
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

07 Jul 2025 05:56PM UTC coverage: 40.263% (-0.1%) from 40.407%
16124279524.3

push

github

web-flow
Add linear swept sphere tests (#436)

* Add LSS tests and plumbing

Add tests exercising LSS intersection. The tests currently don't
exercise endcaps or test the hit object primitives.

Also add the plumbing necessary to run the tests.

* Add handling for encapsMode

* add LSS intrinsics tests

* run commit hooks

* Fix and improve LSS argument validation

OptiX's indexing corresponds to successive and not list indexing. Update
validation to account for that.

Also update validation to check OptiX-specific settings first, then
check more general options later. This avoids duplicate checking (e.g.
the OptiX specific checks can impose successive indexing and an index
buffer, then the later section can perform checks specific to that
indexing mode for all APIs).

* remove extra include

* Correct LSS index count validation

Switch checks to reflect the VK and OptiX documentation, which state
that LIST mode should have a pair of indices for each primitive (meaning
indexCount should be >= 2 * primitiveCount) and SUCCESSIVE mode has a
a single index that specifies two vertices at (k, k+1) in the vertex
buffer (so indexCount should be >= primitiveCount).

* Forgot to update error messages

3200 of 9820 branches covered (32.59%)

Branch coverage included in aggregate %.

10888 of 25170 relevant lines covered (43.26%)

23046.43 hits per line

Source Files on job macos-aarch64 - 16124279524.3
  • Tree
  • List 158
  • Changed 4
  • Source Changed 2
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 16124279524
  • ee53adb4 on github
  • Prev Job for on main (#16119724874.3)
  • Next Job for on main (#16141779096.3)
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