We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69febae commit 57cd3d1Copy full SHA for 57cd3d1
.solcover.js
@@ -4,14 +4,10 @@ module.exports = {
4
// https://github.com/sc-forks/solidity-coverage/issues/632#issuecomment-1736629543
5
skipFiles: [
6
"common/interfaces",
7
- "common/test_helpers",
8
"0.4.24/template",
9
- "0.4.24/test_helpers",
10
"0.6.11/deposit_contract.sol",
11
"0.6.12/interfaces",
12
- "0.6.12/mocks",
13
"0.8.9/interfaces",
14
- "0.8.9/test_helpers",
15
// Skip contracts that are tested by Foundry tests
16
"common/lib", // 100% covered by test/common/*.t.sol
17
"0.8.9/lib/UnstructuredStorage.sol", // 100% covered by test/0.8.9/unstructuredStorage.t.sol
0 commit comments