gradle-xcodePlugin
gradle-xcodePlugin copied to clipboard
Coverage broken in 0.20.1 release
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.
Is there any news about this issue?
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 😉.