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

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

Build:
DEFAULT BRANCH: main
Ran 07 Jul 2025 06:04PM UTC
Files 160
Run time 9s
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: 55.023% (-8.2%) from 63.255%
16124279524.2

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

4620 of 10296 branches covered (44.87%)

Branch coverage included in aggregate %.

15420 of 26125 relevant lines covered (59.02%)

46508.75 hits per line

Source Files on job linux-x86_64 - 16124279524.2
  • Tree
  • List 160
  • Changed 33
  • Source Changed 5
  • Coverage Changed 33
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.2)
  • 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