Step 1.2. How to identify best targets for fuzzing based on a coverage report

Step 1.2. How to identify best targets for fuzzing based on a coverage report

If you want to automate your code analysis to identify the best fuzzing targets, you can do so with CI Fuzz.

In the previous video, Khaled demonstrated how CI Fuzz automatically prioritized functions to test.

But what if you already have unit or fuzz tests? CI Fuzz can analyze an LCOV coverage report and identify less-covered functions. These functions will now receive higher scores, highlighting them as top targets for new tests.

Watch the video to see how it works.