From 0093bb28f425b06bfd4745af2060402d06b9a70f Mon Sep 17 00:00:00 2001 From: Evgeny Vereshchagin Date: Thu, 14 May 2020 01:16:29 +0300 Subject: [PATCH] cifuzz: s/allowed_broken_targets_percentage/allowed-broken-targets-percentage/ (#3803) --- docs/getting-started/continuous_integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/continuous_integration.md b/docs/getting-started/continuous_integration.md index 191eb47dc..cc461a5b4 100644 --- a/docs/getting-started/continuous_integration.md +++ b/docs/getting-started/continuous_integration.md @@ -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.