Skip to content

Commit

Permalink
feat: update cargo aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
josecelano committed Mar 10, 2023
1 parent daff0e9 commit 8e387cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[alias]
cov = "llvm-cov --lcov --output-path=./.coverage/lcov.info"
cov = "llvm-cov"
cov-lcov = "llvm-cov --lcov --output-path=./.coverage/lcov.info"
cov-html = "llvm-cov --html"
time = "build --timings --all-targets"

0 comments on commit 8e387cd

Please sign in to comment.