oxc/.github/codecov.yml
Boshen 0f6674563e
chore: remove DSL based linter plugin (#1985)
Due to maintenance issues, we are going to stop exploring a linter based
DSL plugins.
2024-01-11 04:54:39 +00:00

26 lines
546 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_wasm" # Remove this once wasm is completed
- "crates/oxc_diagnostics"
- "crates/oxc_type_synthesis"
- "crates/oxc_transformer" # not ready
- "crates/oxc_js_regex" # not ready