mirror of
https://github.com/danbulant/oxc
synced 2026-05-22 21:58:36 +00:00
chore: update codecov link
This commit is contained in:
parent
5baa9b9d45
commit
abc7c9d608
2 changed files with 4 additions and 2 deletions
2
.github/codecov.yml
vendored
2
.github/codecov.yml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue