chore: remove --all-features from codecov command

We should get a higher codecov from this
This commit is contained in:
Boshen 2023-04-16 00:34:11 +08:00
parent 94cb990a48
commit cf68642858
No known key found for this signature in database
GPG key ID: 9C7A8C8AB22BEBD1

View file

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