aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sol-cov/compiler.json
blob: a6a0c6d3ab5c71ee3deea2d66fa5b625b68b858c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "contracts": ["SimpleStorage"],
    "contractsDir": "test/fixtures/contracts",
    "artifactsDir": "test/fixtures/artifacts",
    "compilerSettings": {
        "outputSelection": {
            "*": {
                "*": [
                    "abi",
                    "evm.bytecode.object",
                    "evm.bytecode.sourceMap",
                    "evm.deployedBytecode.object",
                    "evm.deployedBytecode.sourceMap"
                ]
            }
        }
    }
}