mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 12:19:15 +00:00
25 lines
515 B
YAML
25 lines
515 B
YAML
coverage:
|
|
status:
|
|
project:
|
|
default:
|
|
informational: true
|
|
patch:
|
|
default:
|
|
informational: true
|
|
changes:
|
|
default:
|
|
informational: true
|
|
|
|
ignore:
|
|
- "**/main.rs"
|
|
- "**/examples"
|
|
- "tasks"
|
|
- "editor"
|
|
- "napi"
|
|
- "fuzz"
|
|
- "crates/oxc_ast/src/ast_kind.rs"
|
|
- "crates/oxc_ast/src/span.rs"
|
|
- "crates/oxc_traverse/src/ancestor.rs"
|
|
- "crates/oxc_wasm" # Remove this once wasm is completed
|
|
- "crates/oxc_diagnostics"
|
|
- "crates/oxc_js_regex" # not ready
|