feat(repo): Generate code coverage on pull requests#166
Merged
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.
…t list out code coverage by modified file.
…ch file changed in the pull request.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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