[docs] Link code_coverage.md page from the ideal_integration.md. (#1621)

This commit is contained in:
Max Moroz 2018-07-17 12:34:25 -07:00 committed by GitHub
parent 0c9d76a000
commit c720e4046b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -104,6 +104,10 @@ For a fuzz target to be useful, it must have good coverage in the code that it i
for your fuzz targets by looking at the [fuzzer stats](https://github.com/google/oss-fuzz/blob/master/docs/clusterfuzz.md#fuzzer-stats) dashboard on ClusterFuzz, as well as
[coverage reports](https://github.com/google/oss-fuzz/blob/master/docs/clusterfuzz.md#coverage-reports).
To generate an aggregated code coverage report for your project, please see
[code coverage](https://github.com/google/oss-fuzz/blob/master/docs/code_coverage.md)
documentation page.
Coverage can often be improved by adding dictionaries, more inputs for seed corpora, and fixing
timeouts/out-of-memory bugs in your targets.