-
Notifications
You must be signed in to change notification settings - Fork 2
feat(repo): Generate code coverage on pull requests #166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
…t list out code coverage by modified file.
…ch file changed in the pull request.
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