Skip to content

Commit e1c10a6

Browse files
committed
feat: update cargo aliases
1 parent daff0e9 commit e1c10a6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.cargo/config.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
[alias]
2-
cov = "llvm-cov --lcov --output-path=./.coverage/lcov.info"
2+
cov = "llvm-cov"
3+
cov-lcov = "llvm-cov --lcov --output-path=./.coverage/lcov.info"
34
cov-html = "llvm-cov --html"
5+
time = "build --timings --all-targets"

0 commit comments

Comments
 (0)