Skip to content
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

CI: grcov -> llvm-cov (fix test coverage issues). #31

Merged
merged 2 commits into from
Sep 1, 2024
Merged

Conversation

fadeevab
Copy link
Owner

@fadeevab fadeevab commented Sep 1, 2024

Problem: I got a simple PR with derive(Clone) and coverage dropped from 86% to ~20%.
Cause: grcov branch coverage is unstable. Last issue: it found ~3600 branches instead of ~360 ones.
Measure: Using llvm-cov instead.

@fadeevab fadeevab merged commit 8e108cc into main Sep 1, 2024
3 checks passed
@fadeevab fadeevab deleted the feat/llvm-cov branch September 1, 2024 13:44
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.

1 participant