aboutsummaryrefslogtreecommitdiff
path: root/infra/build
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/build
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/build')
-rw-r--r--infra/build/functions/build_and_run_coverage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/build/functions/build_and_run_coverage.py b/infra/build/functions/build_and_run_coverage.py
index 71d7338f9..cc2de5a32 100644
--- a/infra/build/functions/build_and_run_coverage.py
+++ b/infra/build/functions/build_and_run_coverage.py
@@ -48,7 +48,7 @@ LATEST_REPORT_INFO_CONTENT_TYPE = 'application/json'
UPLOAD_URL_FORMAT = 'gs://' + COVERAGE_BUCKET_NAME + '/{project}/{type}/{date}'
# 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 usage():