diff --git a/projects/wasmtime/project.yaml b/projects/wasmtime/project.yaml index a69606088..12937698c 100644 --- a/projects/wasmtime/project.yaml +++ b/projects/wasmtime/project.yaml @@ -14,3 +14,10 @@ fuzzing_engines: - libfuzzer language: rust main_repo: 'https://github.com/bytecodealliance/wasmtime' + +# Ignore some ocaml files that show up, dependencies on crates.io, and the +# standard library itself. +coverage_extra_args: > + -ignore-filename-regex=.*/root/.opam/.* + -ignore-filename-regex=.*/registry/src/.*crates.io/.* + -ignore-filename-regex=.*/rustc/.*