openbakery / gradle-xcodePlugin

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

Coverage broken in 0.20.1 release #448

Closed kried closed 1 year ago

kried commented 3 years ago

In release 0.20.1 in pull request Added that skipped tests are supported coverage.setTestResultDestinations() method call was removed from XcodeTestTask. It was previously added in Updated coverage for new xcode 9 report path

With last release coverage fails with error build/derivedData/Build/Intermediates/CodeCoverage/Coverage.profdata' specified for property 'profileData' does not exist.

otis78 commented 3 years ago

Is there any news about this issue?

renep commented 3 years ago

Nope! Normally I'm quite busy and coverage is only a low priority for my. I do TDD so I write a lots of tests, but the coverage metric is not important to me. So it is not very likely that this will change anytime soon.

Don't get me wrong. I use the gradle-xcodePlugin to build all my projects, but the my priority is at building, running unit tests and distribution (+ codesign)

But pull requests are always welcome 😉.