mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 04:08:41 +00:00
22 lines
429 B
YAML
22 lines
429 B
YAML
coverage:
|
|
status:
|
|
project:
|
|
default:
|
|
informational: true
|
|
patch:
|
|
default:
|
|
informational: true
|
|
changes:
|
|
default:
|
|
informational: true
|
|
|
|
ignore:
|
|
- "**/main.rs"
|
|
- "**/examples"
|
|
- "tasks"
|
|
- "editor"
|
|
- "napi"
|
|
- "crates/oxc_ast/src/generated"
|
|
- "crates/oxc_traverse/src/generated"
|
|
- "crates/oxc_wasm" # Remove this once wasm is completed
|
|
- "crates/oxc_diagnostics"
|