aboutsummaryrefslogtreecommitdiff
path: root/infra/helper.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/helper.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/helper.py')
-rwxr-xr-xinfra/helper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/helper.py b/infra/helper.py
index 47b42e668..6048d9771 100755
--- a/infra/helper.py
+++ b/infra/helper.py
@@ -59,7 +59,7 @@ CORPUS_BACKUP_URL_FORMAT = (
PROJECT_LANGUAGE_REGEX = re.compile(r'\s*language\s*:\s*([^\s]+)')
# Languages from project.yaml that have code coverage support.
-LANGUAGES_WITH_COVERAGE_SUPPORT = ['c', 'c++', 'go']
+LANGUAGES_WITH_COVERAGE_SUPPORT = ['c', 'c++', 'go', 'rust']
# pylint: disable=too-many-lines