bazel-contrib / rules_fuzzing

Bazel Starlark extensions for defining fuzz tests in Bazel projects
Apache License 2.0
87 stars 20 forks source link

Add coverage support for fuzzing_regression_test #174

Closed zhenyudg closed 2 years ago

zhenyudg commented 3 years ago

Adds support for bazel coverage to gather coverage on fuzz targets replayed on the corpus.

google-cla[bot] commented 3 years ago

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

:memo: Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here with @googlebot I signed it! and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

ℹ️ Googlers: Go here for more info.

zhenyudg commented 3 years ago

@googlebot I signed it!

fmeum commented 2 years ago

@zhenyudg Are you still planning to work on this PR? I have a concrete need for this feature now and would thus like to pick it up soon.

zhenyudg commented 2 years ago

@fmeum Pardon the radio silence on the MR. I'm on leave until October 3, and I would be more than happy if you can pick this up.

zhenyudg commented 2 years ago

Superseded by https://github.com/bazelbuild/rules_fuzzing/pull/212