chore: update codecov link

This commit is contained in:
Boshen 2023-08-08 14:31:52 +08:00
parent 5baa9b9d45
commit abc7c9d608
No known key found for this signature in database
GPG key ID: 234DA6A7079C6801
2 changed files with 4 additions and 2 deletions

2
.github/codecov.yml vendored
View file

@ -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"

View file

@ -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: