deepstate icon indicating copy to clipboard operation
deepstate copied to clipboard

Add a mode where the reducer automatically does coverage-based reduction

Open agroce opened this issue 5 years ago • 0 comments

Do what's in the pending blog post and the script here: https://github.com/agroce/testfs/blob/master/checkCov.py -- except make it seamless, command-line arg to the reducer, with an informative error about not finding the right clang tools if user isn't on something like our docker env. Add modes to preserve either exact coverage (hit count) or just binary (the default, what the script does).

agroce avatar Oct 17 '19 18:10 agroce