Improve Wasmtime's coverage reports (#12661)

Try adding a few ignores for dependencies that we're not interested in
to help improve the quality of the coverage reports coming out of
fuzzing for Wasmtime.
This commit is contained in:
Alex Crichton 2024-10-28 15:28:59 -05:00 committed by GitHub
parent 9439d2c705
commit 78a9532e2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 0 deletions

View File

@ -14,3 +14,10 @@ fuzzing_engines:
- libfuzzer - libfuzzer
language: rust language: rust
main_repo: 'https://github.com/bytecodealliance/wasmtime' 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/.*