aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/gcb/build_and_run_coverage.py
diff options
context:
space:
mode:
Diffstat (limited to 'infra/gcb/build_and_run_coverage.py')
-rw-r--r--infra/gcb/build_and_run_coverage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/gcb/build_and_run_coverage.py b/infra/gcb/build_and_run_coverage.py
index fc943e28..12f7f772 100644
--- a/infra/gcb/build_and_run_coverage.py
+++ b/infra/gcb/build_and_run_coverage.py
@@ -13,7 +13,7 @@ import urlparse
import build_project
-SANITIZER = 'profile'
+SANITIZER = 'coverage'
CONFIGURATION = ['FUZZING_ENGINE=libfuzzer', 'SANITIZER=%s' % SANITIZER]
PLATFORM = 'linux'