Skip to content

Commit

Permalink
feat(cargo): add cargo alias to generate coverage reports
Browse files Browse the repository at this point in the history
  • Loading branch information
josecelano committed Mar 2, 2023
1 parent fca5353 commit d50372f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[alias]
cov = "llvm-cov --lcov --output-path=./coverage/lcov.info"
cov-html = "llvm-cov --html"
1 change: 1 addition & 0 deletions cSpell.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"infohashes",
"infoschema",
"intervali",
"lcov",
"leecher",
"leechers",
"libtorrent",
Expand Down

0 comments on commit d50372f

Please sign in to comment.