diff --git a/.github/codecov.yml b/.github/codecov.yml index 5e02ac66c..467f8529c 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -14,8 +14,10 @@ ignore: - "**/main.rs" - "**/examples" - "tasks" + - "editor" - "crates/oxc_ast/src/visit_mut.rs" - "crates/oxc_wasm" # Remove this once wasm is completed + - "crates/oxc_napi" - "crates/oxc_parser/fuzz" - "crates/oxc_diagnostics" - "crates/oxc_type_synthesis" diff --git a/README.md b/README.md index f059ec341..6b3af8c3c 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,8 @@ [docs-url]: https://docs.rs/oxc [code-size-badge]: https://img.shields.io/github/languages/code-size/web-infra-dev/oxc [code-size-url]: https://github.com/web-infra-dev/oxc -[code-coverage-badge]: https://codecov.io/gh/Boshen/oxc/branch/main/graph/badge.svg -[code-coverage-url]: https://codecov.io/gh/Boshen/oxc +[code-coverage-badge]: https://codecov.io/github/web-infra-dev/oxc/branch/main/graph/badge.svg +[code-coverage-url]: https://codecov.io/gh/web-infra-dev/oxc The Oxidation Compiler is creating a suite of high-performance tools for the JavaScript / TypeScript language re-written in Rust: