Kuba Domaszewicz

Results 16 comments of Kuba Domaszewicz

@xxKRASHxx I have the same error - I've followed the guide.

@jasperblues ``` mkdir -p build/reports/temp/coverage-data-collate mkdir -p build/reports/temp/coverage-data mkdir -p /Users/guzik/W86BP4NY3US9CN/build/reports/coverage/data find ~/Library/Developer/Xcode/DerivedData | rsync --files-from=- / build/reports/temp/coverage-data-collate find build/reports/temp/coverage-data-collate -type file -exec cp -fr {} build/reports/temp/coverage-data \; rm -fr...

@jasperblues ![image](https://user-images.githubusercontent.com/2957113/30318384-413a36c0-97ad-11e7-983a-1ac0bed85507.png) and also ![image](https://user-images.githubusercontent.com/2957113/30318420-578ec3fa-97ad-11e7-8484-e73994e43215.png) probably this is not needed: ![image](https://user-images.githubusercontent.com/2957113/30318679-14171252-97ae-11e7-94b4-5b489d615730.png) I have just one target. I know its a lot to ask, but maybe you would be able to...

@jasperblues That's unfortunate, as I have lcov 1.13 and problem remains ``` MacBook-Pro-2:~ guzik$ lcov --version lcov: LCOV version 1.13 ```

@jasperblues Pretty strange, everything works with https://github.com/appsquickly/Typhoon. It seems like the script has troubles with finding correct coverage data in DerivedData, as I've created empty project (yet configured), did run...

> Btw, step above for Typhoon: I know, but that was the step invoked on my test project (called **test** with source located in **test/** dir) and yet the script...

Having a similar issue, however, adding a small timeout inside the `close` event is my ugly workaround right now ...

Same error, but the @GetUsernameFromDatabase fix helped me though.