|
26 | 26 | "clean": "npx hardhat clean && forge clean", |
27 | 27 | "test": "forge test --out forge-artifacts", |
28 | 28 | "snapshot": "forge snapshot --out forge-artifacts", |
29 | | - "coverage": "forge coverage --report summary --out forge-artifacts --lcov-version 2.3.1", |
30 | | - "coverage:report": "forge coverage --report lcov --out forge-artifacts --lcov-version 2.3.1 && lcov --branch-coverage --remove lcov.info \"test/*\" --output-file lcov.info --ignore-errors inconsistent,inconsistent && genhtml lcov.info --branch-coverage --output-dir coverage --ignore-errors inconsistent,inconsistent", |
| 29 | + "coverage": "forge coverage --report summary --out forge-artifacts --lcov-version 2.3.2", |
| 30 | + "coverage:report": "forge coverage --report lcov --out forge-artifacts --lcov-version 2.3.2 && lcov --branch-coverage --remove lcov.info \"test/*\" --output-file lcov.info --ignore-errors inconsistent,inconsistent && genhtml lcov.info --branch-coverage --output-dir coverage --ignore-errors inconsistent,inconsistent", |
31 | 31 | "compile": "npx hardhat compile && forge build --out forge-artifacts", |
32 | 32 | "size": "npx hardhat size-contracts", |
33 | 33 | "abi": "npx hardhat export-abi", |
|
240 | 240 | "start:interface": "pnpm -C interface start" |
241 | 241 | }, |
242 | 242 | "devDependencies": { |
243 | | - "@eslint/js": "^9.38.0", |
| 243 | + "@eslint/js": "^9.39.0", |
244 | 244 | "@nomicfoundation/hardhat-ethers": "^3.1.2", |
245 | 245 | "@nomicfoundation/hardhat-verify": "^2.1.3", |
246 | 246 | "@typechain/ethers-v6": "^0.5.1", |
247 | 247 | "@typechain/hardhat": "^9.1.0", |
248 | | - "eslint": "^9.38.0", |
| 248 | + "eslint": "^9.39.0", |
249 | 249 | "eslint-config-prettier": "^10.1.8", |
250 | 250 | "ethers": "^6.15.0", |
251 | 251 | "hardhat": "^2.26.5", |
|
0 commit comments