gradle-xcodePlugin icon indicating copy to clipboard operation
gradle-xcodePlugin copied to clipboard

Coverage broken in 0.20.1 release

Open kried opened this issue 3 years ago • 2 comments

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.

kried avatar Apr 07 '21 08:04 kried

Is there any news about this issue?

otis78 avatar Jul 13 '21 13:07 otis78

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 😉.

renep avatar Jul 13 '21 13:07 renep