Skip to content

Commit 57cd3d1

Browse files
committed
fix: review feedback
1 parent 69febae commit 57cd3d1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.solcover.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,10 @@ module.exports = {
44
// https://github.com/sc-forks/solidity-coverage/issues/632#issuecomment-1736629543
55
skipFiles: [
66
"common/interfaces",
7-
"common/test_helpers",
87
"0.4.24/template",
9-
"0.4.24/test_helpers",
108
"0.6.11/deposit_contract.sol",
119
"0.6.12/interfaces",
12-
"0.6.12/mocks",
1310
"0.8.9/interfaces",
14-
"0.8.9/test_helpers",
1511
// Skip contracts that are tested by Foundry tests
1612
"common/lib", // 100% covered by test/common/*.t.sol
1713
"0.8.9/lib/UnstructuredStorage.sol", // 100% covered by test/0.8.9/unstructuredStorage.t.sol

0 commit comments

Comments
 (0)