Just improve the justfile =D
This commit is contained in:
parent
ea59f53869
commit
2c9a7f396c
1 changed files with 1 additions and 0 deletions
1
justfile
1
justfile
|
@ -29,6 +29,7 @@ coverage:
|
|||
|
||||
# Generate the coverage report
|
||||
coverage-report: coverage
|
||||
# Generate the report in html format using grcov
|
||||
grcov . --binary-path ./target/debug/deps/ -s . -t html --branch --ignore-not-existing --ignore "../*" -o ./target/coverage/report/ --llvm --ignore "/*"
|
||||
|
||||
# Open the report in the browser
|
||||
|
|
Loading…
Reference in a new issue