Skip to content

fix(cover): check for grcov's dependencies#160

Merged
louismerlin merged 1 commit intomainfrom
fix-cov-check-deps
Apr 1, 2026
Merged

fix(cover): check for grcov's dependencies#160
louismerlin merged 1 commit intomainfrom
fix-cov-check-deps

Conversation

@chris-srlabs
Copy link
Copy Markdown
Collaborator

Doing this before profiling the corpus can save some frustration when llvm-tools are missing.

This is not as elegant as hoped, but does the job. Looking at grcov's source, we see that path construction is not too simple.

closes #159

Doing this before profiling the corpus can save some frustration when
llvm-tools are missing.
@louismerlin louismerlin merged commit d10f162 into main Apr 1, 2026
4 checks passed
@louismerlin louismerlin deleted the fix-cov-check-deps branch April 1, 2026 14:06
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.

Check for existence of llvm-tools before running coverage

2 participants