Artur Kosta

Results 6 comments of Artur Kosta

@wax911 it was in 1.13.2, I had same issue and reported it [here](https://github.com/mockk/mockk/issues/1015)

Verified that this also solves issue described under https://github.com/pedrovgs/Shot/issues/268. Hope it will be released soon, for now I will use local build in project because it prevents us from upgrading...

@stuebingerb is behaviour described in this issue is expected result of https://github.com/mockk/mockk/pull/916 ?

I confirm. When using version 3.2.4 I get proper jacoco reports. when I change to 3.2.5 or any higher (up to 3.5.0) jacoco code coverage shows reduction from 73% to...

It duplicates https://github.com/pedrovgs/Shot/issues/268 and is resolved by https://github.com/pedrovgs/Shot/pull/292

One of our team members had the same issue and issue was related to wrong gradle version used. He used "gradlew task" instead of "./gradlew task", one takes gradle from...