Skip to content

Commit

Permalink
Add test:coverage tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
Amxx committed Jan 15, 2025
1 parent db415aa commit 76b82c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"lint:sol:fix": "prettier --log-level warn --ignore-path .gitignore '{contracts,test}/**/*.sol' --write",
"coverage": "scripts/checks/coverage.sh",
"test": "hardhat test",
"test:inheritance": "scripts/checks/inheritance-ordering.js artifacts/build-info/*"
"test:inheritance": "scripts/checks/inheritance-ordering.js artifacts/build-info/*",
"test:coverage": "scripts/checks/coverage.sh"
},
"homepage": "https://openzeppelin.com/contracts/",
"repository": {
Expand Down

0 comments on commit 76b82c4

Please sign in to comment.