Just improve the justfile =D

This commit is contained in:
Anas Elgarhy 2023-02-17 05:05:17 +02:00
parent ea59f53869
commit 2c9a7f396c
No known key found for this signature in database
GPG Key ID: 0501802A1D496528
1 changed files with 1 additions and 0 deletions

View File

@ -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