aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sol-cov
Commit message (Expand)AuthorAgeFilesLines
...
* Add sol-cov READMELeonid Logvinov2018-03-121-0/+63
* Remove redundant Date.now()Leonid Logvinov2018-03-122-2/+1
* Don't await lock releasesLeonid Logvinov2018-03-121-2/+2
* Add support for async calls under coverageLeonid Logvinov2018-03-122-16/+39
* Add builtin modifier 'constant'Leonid Logvinov2018-03-121-1/+1
* Disable completed docs ruleLeonid Logvinov2018-03-121-1/+4
* Address feedbackLeonid Logvinov2018-03-122-9/+20
* 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
* Throw an error if artifacts not foundLeonid Logvinov2018-03-121-0/+3
* Fix a typoLeonid Logvinov2018-03-121-1/+2
* Use string enum for branch typesLeonid Logvinov2018-03-121-4/+10
* Fix a typoLeonid Logvinov2018-03-121-1/+1
* Remove initial implementation entryLeonid Logvinov2018-03-121-4/+0
* Stop making an assumption that contract code is immutableLeonid Logvinov2018-03-123-52/+73
* Cache code parsingLeonid Logvinov2018-03-123-7/+22
* Add sol-cover implementationLeonid Logvinov2018-03-1219-0/+742