mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 20:28:58 +00:00
20 lines
397 B
YAML
20 lines
397 B
YAML
coverage:
|
|
status:
|
|
project:
|
|
default:
|
|
informational: true
|
|
patch:
|
|
default:
|
|
informational: true
|
|
changes:
|
|
default:
|
|
informational: true
|
|
|
|
ignore:
|
|
- "**/main.rs"
|
|
- "**/examples"
|
|
- "tasks"
|
|
- "crates/oxc_ast/src/visit_mut.rs"
|
|
- "crates/oxc_wasm" # Remove this once wasm is completed
|
|
- "crates/oxc_parser/fuzz"
|
|
- "crates/oxc_diagnostics"
|