oxc/.github/codecov.yml

29 lines
726 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_query" # Not aiming for test coverage right now with @u9g
- "crates/oxc_linter_plugin"
- "crates/oxc_formatter" # The formatter is not being actively worked on
- "crates/oxc_transformer" # not ready
- "crates/oxc_js_regex" # not ready