mirror of
https://github.com/danbulant/oxc
synced 2026-05-20 20:58:48 +00:00
chore: ignore unused visit_mut for codecov
This commit is contained in:
parent
ebe8466500
commit
ba3c2bc40f
1 changed files with 1 additions and 0 deletions
1
.github/codecov.yml
vendored
1
.github/codecov.yml
vendored
|
|
@ -14,6 +14,7 @@ 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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue