Skip to content

Commit

Permalink
Remove tarpaulin from the default setup
Browse files Browse the repository at this point in the history
  • Loading branch information
szszszsz committed May 29, 2023
1 parent e2e965f commit 725fe28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fuzz/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ ci:
setup:
rustup component add clippy rustfmt && rustup toolchain install nightly
rustup component add llvm-tools-preview
cargo install cargo-tarpaulin cargo-fuzz --profile release
cargo install cargo-fuzz --profile release
#cargo install cargo-tarpaulin --profile release # for coverage
# python3 -m pip install reuse
# Fedora 37
# sudo ln -s libclang.so.15 libclang.so
Expand Down

0 comments on commit 725fe28

Please sign in to comment.