aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sol-cov/src/coverage_manager.ts
Commit message (Expand)AuthorAgeFilesLines
* Refactor sol-cov to de-duplicate code for coverage and profilingAlex Browne2018-06-131-169/+0
* Rename computeCoverageAsync -> computeSingleTraceCoverageAsyncAlex Browne2018-06-131-1/+1
* Refactor sol-cov to avoid keeping traceInfo in memoryAlex Browne2018-06-131-38/+29
* Implement SolidityProfiler & adapt sol-cov to work with GethLeonid Logvinov2018-06-091-95/+59
* Try enabling no-unused-variable...fragosti2018-06-051-7/+3
* Address feedbackLeonid Logvinov2018-05-231-1/+3
* Address feedbackLeonid Logvinov2018-05-231-2/+2
* Use loglevel instead of verbose flagLeonid Logvinov2018-05-231-11/+7
* Refactor ContractData lookupLeonid Logvinov2018-05-231-32/+31
* Remove a commentLeonid Logvinov2018-05-231-1/+0
* Make sol-cov work with truffle and other artifact adaptersLeonid Logvinov2018-05-231-35/+64
* Create coverage dir if doesn't existFabio Berger2018-05-111-0/+5
* Remove unused deployer docs configsLeonid Logvinov2018-05-101-3/+1
* Fix linter issuesLeonid Logvinov2018-05-101-6/+5
* Add removeHexPrefix util methodLeonid Logvinov2018-05-071-6/+2
* Fix sol-cov to work with the new artifacts formatLeonid Logvinov2018-05-071-24/+27
* Implement new artifacts formatLeonid Logvinov2018-05-071-2/+8
* Add tests for sol-covLeonid Logvinov2018-03-151-1/+1
* Submit a TD PRLeonid Logvinov2018-03-121-1/+1
* Add an explanatory comment for making ranges uniqueLeonid Logvinov2018-03-121-0/+1
* Add a HACK to detect coverage of the modifiers with no parametersLeonid Logvinov2018-03-121-0/+24
* Remove redundant Date.now()Leonid Logvinov2018-03-121-1/+1
* Make _getSingleFileCoverageForTrace a private static methodLeonid Logvinov2018-03-121-50/+51
* Use better variable nameLeonid Logvinov2018-03-121-2/+2
* Introduce redundant varsLeonid Logvinov2018-03-121-3/+6
* Stop making an assumption that contract code is immutableLeonid Logvinov2018-03-121-48/+39
* Add sol-cover implementationLeonid Logvinov2018-03-121-0/+166