Skip to content

Commit

Permalink
Merge pull request ubiquity#863 from rndquu/fix/coverage-script
Browse files Browse the repository at this point in the history
fix: use forge for coverage
  • Loading branch information
rndquu authored Jan 2, 2024
2 parents f99f7e7 + 0ba7e3e commit 2d1cfeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"test:unit": "forge test",
"test:slither": "slither . --compile-force-framework foundry",
"test:echidna": "echidna-test . --config echidna.config.yml",
"test:coverage": "sh ./coverage.sh",
"test:coverage": "forge coverage",
"start:anvil": "anvil --fork-url https://eth.ubq.fi/v1/mainnet --chain-id 31337",
"prebuild": "run-p clean",
"deploy:development": "migrations/development/deploy.sh",
Expand Down

0 comments on commit 2d1cfeb

Please sign in to comment.