From c41e46ffc8bc409bdfde0c0d2c97e1305f0c4106 Mon Sep 17 00:00:00 2001 From: Catena cyber <35799796+catenacyber@users.noreply.github.com> Date: Mon, 8 Mar 2021 16:05:35 +0100 Subject: Rust coverage report (for Suricata) (#4697) * Rust coverage test * Workaround to get rust coverage for Suricata --- infra/ci/build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'infra/ci/build.py') 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(): -- cgit v1.2.3