Skip to content

Commit

Permalink
🔨 scripts: disable protocol fuzzer from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
cruzdanilo committed Apr 10, 2024
1 parent cfdb399 commit f4d79e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"coverage:foundry": "forge coverage --report lcov",
"coverage:hardhat": "hardhat coverage",
"coverage:snapshot": "forge snapshot --no-match-test testFuzz --check",
"coverage:fuzzer": "FOUNDRY_PROFILE=production forge test --match-test testFuzz",
"coverage:fuzzer": "FOUNDRY_PROFILE=production forge test --match-test testFuzz --no-match-contract Protocol",
"deploy:ethereum": "hardhat --network ethereum deploy",
"deploy:op-sepolia": "hardhat --network op-sepolia deploy",
"prepare": "concurrently 'npm:prepare:*' --group -c auto",
Expand Down

0 comments on commit f4d79e1

Please sign in to comment.