mirror of
https://github.com/danbulant/oxc
synced 2026-05-20 12:48:38 +00:00
28 lines
678 B
YAML
28 lines
678 B
YAML
coverage:
|
|
status:
|
|
project:
|
|
default:
|
|
informational: true
|
|
patch:
|
|
default:
|
|
informational: true
|
|
changes:
|
|
default:
|
|
informational: true
|
|
|
|
ignore:
|
|
- "**/main.rs"
|
|
- "**/examples"
|
|
- "tasks"
|
|
- "editor"
|
|
- "crates/oxc_ast/src/visit_mut.rs"
|
|
- "crates/oxc_ast/src/ast_kind.rs"
|
|
- "crates/oxc_ast/src/span.rs"
|
|
- "crates/oxc_hir/src/hir_kind.rs"
|
|
- "crates/oxc_hir/src/span.rs"
|
|
- "crates/oxc_wasm" # Remove this once wasm is completed
|
|
- "crates/oxc_napi"
|
|
- "crates/oxc_parser/fuzz"
|
|
- "crates/oxc_diagnostics"
|
|
- "crates/oxc_type_synthesis"
|
|
- "crates/oxc_query" # Not aiming for test coverage right now with @u9g
|