aboutsummaryrefslogtreecommitdiff
path: root/infra/ci/build.py
diff options
context:
space:
mode:
authorCatena cyber <35799796+catenacyber@users.noreply.github.com>2021-03-08 16:05:35 +0100
committerGitHub <noreply@github.com>2021-03-08 07:05:35 -0800
commitc41e46ffc8bc409bdfde0c0d2c97e1305f0c4106 (patch)
tree4001fbebec66e846cf957fe69e4b339774132c6f /infra/ci/build.py
parent96ae2ed544659c7475a4296d4ee55d4ebd69f37e (diff)
downloadoss-fuzz-c41e46ffc8bc409bdfde0c0d2c97e1305f0c4106.tar.gz
Rust coverage report (for Suricata) (#4697)
* Rust coverage test * Workaround to get rust coverage for Suricata
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 f71799bb2..addeb7879 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++', 'go']
+LANGUAGES_WITH_COVERAGE_SUPPORT = ['c', 'c++', 'go', 'rust']
def get_changed_files_output():