aboutsummaryrefslogtreecommitdiff
path: root/infra/ci/build.py
diff options
context:
space:
mode:
authorCatena cyber <35799796+catenacyber@users.noreply.github.com>2020-11-21 16:11:43 +0100
committerGitHub <noreply@github.com>2020-11-21 07:11:43 -0800
commit2db56c41743333db03e811b6687dca05620210d5 (patch)
treefc2d2ba21d3f39915216ac9158238236922b071b /infra/ci/build.py
parente534f4fecc7c0992b105a79123ec97bb55ae2396 (diff)
downloadoss-fuzz-2db56c41743333db03e811b6687dca05620210d5.tar.gz
Golang project uses compile_go_fuzzer script (#4685)
* Golang project uses compile_go_fuzzer script * Kubernetes project uses compile_go_fuzzer script * Adds golang to ci covergae builds * fixup * Golang coverage with go modules cf coredns project
Diffstat (limited to 'infra/ci/build.py')
-rwxr-xr-xinfra/ci/build.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/ci/build.py b/infra/ci/build.py
index 67a975873..a1a22836a 100755
--- a/infra/ci/build.py
+++ b/infra/ci/build.py
@@ -32,7 +32,7 @@ DEFAULT_ENGINES = ['afl', 'honggfuzz', 'libfuzzer']
DEFAULT_SANITIZERS = ['address', 'undefined']
# Languages from project.yaml that have code coverage support.
-LANGUAGES_WITH_COVERAGE_SUPPORT = ['c', 'c++']
+LANGUAGES_WITH_COVERAGE_SUPPORT = ['c', 'c++', 'go']
def get_changed_files():