Historical code coverage reports for the Slang shader compiler.
📅 Updated: Nightly at 2 AM UTC 🔄 Source: Coverage Workflow 🛠️ Tool: LLVM Coverage (llvm-cov)
This repository stores code coverage reports generated from the main Slang repository. Coverage is measured by running the full test suite with instrumentation enabled.
- Latest report: Always at
reports/latest/ - Historical reports: Organized by date and commit in
reports/history/YYYY-MM-DD-commit/
This repository follows the same pattern as slang-material-modules-benchmark:
- Automated updates from main repository CI
- Historical data accumulation
- GitHub Pages deployment for visualization
- Minimal maintenance required