Skip to content

Commit

Permalink
🔨 coverage: ignore protocol fuzzer
Browse files Browse the repository at this point in the history
  • Loading branch information
cruzdanilo committed May 23, 2024
1 parent a3de296 commit 6dc3c39
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 @@ -16,7 +16,7 @@
"test:foundry": "forge test",
"test:hardhat": "hardhat test --deploy-fixture",
"coverage": "concurrently 'npm:coverage:*' --kill-others-on-fail --group -c auto",
"coverage:foundry": "forge coverage --report lcov",
"coverage:foundry": "forge coverage --report lcov --no-match-contract Protocol",
"coverage:hardhat": "hardhat coverage",
"coverage:snapshot": "forge snapshot --check --no-match-contract Protocol",
"coverage:fuzzer": "FOUNDRY_PROFILE=production forge test --no-match-contract Protocol",
Expand Down

0 comments on commit 6dc3c39

Please sign in to comment.