mirror of
https://github.com/danbulant/oxc
synced 2026-05-22 13:48:55 +00:00
chore: remove --all-features from codecov command
We should get a higher codecov from this
This commit is contained in:
parent
94cb990a48
commit
cf68642858
1 changed files with 1 additions and 1 deletions
|
|
@ -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 --"
|
||||
|
|
|
|||
Loading…
Reference in a new issue