From abc7c9d608f4a23c4bb613d3a74752c784dc6565 Mon Sep 17 00:00:00 2001 From: Boshen Date: Tue, 8 Aug 2023 14:31:52 +0800 Subject: [PATCH] chore: update codecov link --- .github/codecov.yml | 2 ++ README.md | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) 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: