Skip to content

ci: add coverage reporting to pr-check workflow#14

Merged
feloy merged 2 commits into
mainfrom
cov
May 21, 2026
Merged

ci: add coverage reporting to pr-check workflow#14
feloy merged 2 commits into
mainfrom
cov

Conversation

@feloy

@feloy feloy commented May 21, 2026

Copy link
Copy Markdown
Contributor

Run cargo-llvm-cov on Ubuntu only and upload the resulting LCOV
report to Codecov via codecov/codecov-action. The three coverage
steps are guarded by if: matrix.os == 'ubuntu-24.04' so macOS
and Windows matrix legs are unaffected.

Adds a Kaiden workspace definition that provisions Rust and a
custom cargo-llvm-cov devcontainer feature, making coverage tools
available in the development environment out of the box.

feloy and others added 2 commits May 21, 2026 15:03
Run cargo-llvm-cov on Ubuntu only and upload the resulting LCOV
report to Codecov via codecov/codecov-action. The three coverage
steps are guarded by `if: matrix.os == 'ubuntu-24.04'` so macOS
and Windows matrix legs are unaffected.

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: Philippe Martin <phmartin@redhat.com>
Adds a Kaiden workspace definition that provisions Rust and a
custom cargo-llvm-cov devcontainer feature, making coverage tools
available in the development environment out of the box.

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: Philippe Martin <phmartin@redhat.com>
@codecov-commenter

Copy link
Copy Markdown

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

@feloy feloy merged commit a2ab7b7 into main May 21, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants