[docs] Update base-runner with coverage command. (#9212)

I noticed that base-runner *has* a coverage command but it wasn't
documented alongside the other commands, so, adding that here.
This commit is contained in:
Julia Hansbrough 2022-12-19 07:44:16 -08:00 committed by GitHub
parent a8ce52e284
commit 3b054631ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ docker run -ti gcr.io/oss-fuzz-base/base-runner <command> <args>
| `reproduce <fuzzer_name> <fuzzer_options>` | build all fuzz targets and run specified one with testcase `/testcase` and given options.
| `run_fuzzer <fuzzer_name> <fuzzer_options>` | runs specified fuzzer combining options with `.options` file |
| `test_all.py` | runs every binary in `/out` as a fuzzer for a while to ensure it works. |
| `coverage <fuzzer_name>` | generate a coverage report for the given fuzzer. |
# Examples