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

shader-slang / slang-rhi / 16124279524
23%

Build:
DEFAULT BRANCH: main
Ran 07 Jul 2025 05:59PM UTC
Jobs 3
Files 237
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

07 Jul 2025 05:56PM UTC coverage: 67.651% (+0.1%) from 67.532%
16124279524

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

8848 of 15796 branches covered (56.01%)

Branch coverage included in aggregate %.

91 of 101 new or added lines in 4 files covered. (90.1%)

9 existing lines in 2 files now uncovered.

29049 of 40222 relevant lines covered (72.22%)

108621.24 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
2
59.96
0.61% src/debug-layer/debug-helper-functions.cpp
8
65.24
7.72% src/cuda/cuda-acceleration-structure.cpp

Uncovered Existing Lines

Lines Coverage ∆ File
1
86.35
0.2% src/cuda/cuda-device.cpp
8
73.38
-1.05% include/slang-rhi.h
Jobs
ID Job ID Ran Files Coverage
2 linux-x86_64 - 16124279524.2 07 Jul 2025 05:59PM UTC 160
55.02
GitHub Action Run
3 macos-aarch64 - 16124279524.3 07 Jul 2025 06:01PM UTC 158
40.26
GitHub Action Run
2 windows-x86_64 - 15928536837.2 27 Jun 2025 02:26PM UTC 211
66.64
GitHub Action Run
Source Files on build 16124279524
  • Tree
  • List 237
  • Changed 40
  • Source Changed 9
  • Coverage Changed 40
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #16124279524
  • ee53adb4 on github
  • Prev Build on main (#16119724874)
  • Next Build on main (#16141779096)
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

© 2025 Coveralls, Inc