openbakery / gradle-xcodePlugin

gradle plugin for building Xcode Projects for iOS, watchOS, macOS or tvOS
Apache License 2.0
457 stars 129 forks source link

Coverage not compatible with Xcode 11 #428

Open sschilli opened 4 years ago

sschilli commented 4 years ago

Xcode 11 changed the way it does code coverage reports, and so the coverage task is no longer looking in the correct places/gathering code coverage properly. Running it after running gradle xcodetest always produces an empty report with 0 coverage.

renep commented 4 years ago

I will look into in, but I don't think I will find time in the near future. But my indention is of course to fix this issue, but I cannot give any estimate.