Skip to content

Commit

Permalink
add coverage html report to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasArrachea committed Sep 6, 2024
1 parent 4f7f287 commit d9a15e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ coverage:
$(MAKE) start-anvil > /dev/null &
sleep 4 # needed to wait for anvil setup to finish
cargo llvm-cov --lcov --output-path lcov.info --ignore-filename-regex='fireblocks/' --workspace
cargo llvm-cov report --html --ignore-filename-regex='fireblocks/'
docker stop anvil

deps:
Expand Down

0 comments on commit d9a15e7

Please sign in to comment.