aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sol-cov/src/collect_coverage_entries.ts
Commit message (Collapse)AuthorAgeFilesLines
* Refactor out sol-cov, sol-profiler and sol-trace into their separate packagesLeonid Logvinov2019-01-081-41/+0
|
* rename functionperissology2018-06-271-2/+2
|
* add ability to ignore covering specific code blocksperissology2018-06-231-1/+20
|
* Collect coverage for provided sourcesperissology2018-06-151-1/+1
| | | | | | | | | | | | | | 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...fragosti2018-06-051-2/+0
|
* Add tests for sol-covLeonid Logvinov2018-03-151-1/+1
|
* Start using solidity-parser-antlrLeonid Logvinov2018-03-131-5/+5
|
* Remove redundant Date.now()Leonid Logvinov2018-03-121-0/+24