Skip to content

1.11.1

Compare
Choose a tag to compare
@hcoles hcoles released this 23 Feb 09:42
· 261 commits to master since this release
4d593e9

#1156 Prevent synthetic lines being counted in coverage

Synthetic methods were being included in the line coverage calculations resulting in an over calculation of coverage. For some kotlin classes this could result in more code lines having coverage than actually existed in a file. #1156 fixes this, but still intstruments the synthetic methods used to implement lambdas in java classes.