mirror of https://github.com/google/oss-fuzz.git
cifuzz: s/allowed_broken_targets_percentage/allowed-broken-targets-percentage/ (#3803)
This commit is contained in:
parent
89b1c175a0
commit
0093bb28f4
|
@ -90,7 +90,7 @@ CIFuzz will never report a failure even if it finds a crash in your project.
|
|||
This requires the user to manually check the logs for detected bugs. If dry run mode is desired,
|
||||
make sure to set the dry-run parameters in both the `Build Fuzzers` and `Run Fuzzers` action step.
|
||||
|
||||
`allowed_broken_targets_percentage`: Can be set if you want to set a stricter
|
||||
`allowed-broken-targets-percentage`: Can be set if you want to set a stricter
|
||||
limit for broken fuzz targets than OSS-Fuzz's check_build. Most users should
|
||||
not set this.
|
||||
|
||||
|
|
Loading…
Reference in New Issue