We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daff0e9 commit e1c10a6Copy full SHA for e1c10a6
.cargo/config.toml
@@ -1,3 +1,5 @@
1
[alias]
2
-cov = "llvm-cov --lcov --output-path=./.coverage/lcov.info"
+cov = "llvm-cov"
3
+cov-lcov = "llvm-cov --lcov --output-path=./.coverage/lcov.info"
4
cov-html = "llvm-cov --html"
5
+time = "build --timings --all-targets"
0 commit comments