Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor out sol-cov, sol-profiler and sol-trace into their separate packages | Leonid Logvinov | 2019-01-08 | 1 | -81/+0 |
| | |||||
* | fix linter issues | perissology | 2018-06-22 | 1 | -1/+1 |
| | |||||
* | only call getLocationByOffset if source if defined | perissology | 2018-06-21 | 1 | -4/+1 |
| | |||||
* | Collect coverage for provided sources | perissology | 2018-06-15 | 1 | -1/+4 |
| | | | | | | | | | | | | | | When solidity generates source maps during contract compilation, the contracts are referred to by an id, which corresponds to an array index. We may not want to cover all sources that were included in a compilation, but because we use array indexes (vs. the id that is provided by solidity compiler) to map the contract to the sourceMap, the provided sourceCodes array must include the code at the correct index. This can result in empty slots in the sourceCodes array. This commit allows the coverage to only be collected for the contracts with provided sourceCode. | ||||
* | Try enabling no-unused-variable... | fragosti | 2018-06-05 | 1 | -1/+1 |
| | |||||
* | Add tests for sol-cov | Leonid Logvinov | 2018-03-15 | 1 | -6/+5 |
| | |||||
* | Address feedback | Leonid Logvinov | 2018-03-12 | 1 | -4/+9 |
| | |||||
* | Add sol-cover implementation | Leonid Logvinov | 2018-03-12 | 1 | -0/+77 |