diff --git a/.cargo/config.toml b/.cargo/config.toml index 6d6ddfb3f..5d800ddba 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,6 +1,6 @@ [alias] lint = "clippy --workspace --all-targets --all-features" -codecov = "llvm-cov nextest --all-features --workspace --ignore-filename-regex tasks" +codecov = "llvm-cov nextest --workspace --ignore-filename-regex tasks" coverage = "run -p oxc_coverage --release --" benchmark = "run -p oxc_benchmark --release --" minsize = "run -p oxc_minsize --release --"