Skip to content

Commit

Permalink
Fix: make coverage command (#1795)
Browse files Browse the repository at this point in the history
* changeing make coverage command

* update CHANGELOG.md

* update Makefile

* change CHANGELOG + remove cairo1 empty folder from cairo1-run

---------

Co-authored-by: Pedro Fontana <[email protected]>
  • Loading branch information
FrancoGiachetta and pefontana committed Jul 16, 2024
1 parent 0f29713 commit db7fff1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,8 @@ clippy:
cargo clippy --workspace --all-features --benches --examples --tests -- -D warnings
cargo clippy --manifest-path fuzzer/Cargo.toml --all-targets

coverage:
cargo llvm-cov report --lcov --output-path lcov.info
coverage: cairo_proof_programs cairo_test_programs cairo_1_test_contracts cairo_2_test_contracts
cargo llvm-cov --html --workspace --features "test_utils, cairo-1-hints"

coverage-clean:
cargo llvm-cov clean
Expand Down

0 comments on commit db7fff1

Please sign in to comment.