Uh oh!
There was an error while loading. Please reload this page.
feat(repo): Generate code coverage on pull requests - #166
Conversation
✅ Coverage Report📊 View Full HTML Report (download artifact) Overall Coverage
No Rust files changed in this PR. Generated by cargo-llvm-cov · Latest main coverage Last updated: 2026-01-31 22:02:47 UTC · Commit: |
There was a problem hiding this comment.
Pull request overview
This PR adds a GitHub Actions workflow to generate and report code coverage for pull requests and main branch pushes using cargo-llvm-cov.
Changes:
- Adds a new workflow file
.github/workflows/coverage.ymlthat runs on pull requests and pushes to main - Installs necessary dependencies (Vulkan, audio libraries) and cargo-llvm-cov tooling
- Generates coverage reports in JSON format and posts results as PR comments
- Uploads coverage artifacts for retention
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
…t list out code coverage by modified file.
…ch file changed in the pull request.
Uh oh!
There was an error while loading. Please reload this page.
Summary
This pull request adds a pipeline which generates the code coverage for a branch when a pull request is created against main.
Related Issues
Changes
Type of Change
Affected Crates
lambda-rslambda-rs-platformlambda-rs-argslambda-rs-loggingChecklist
cargo +nightly fmt --all)cargo clippy --workspace --all-targets -- -D warnings)cargo test --workspace)Testing
N/A
Screenshots/Recordings
Platform Testing
Additional Notes