xcov icon indicating copy to clipboard operation
xcov copied to clipboard

xcov doesn't find my xccovreport file

Open cmarchal opened this issue 5 years ago • 2 comments

Hi, I run my tests through Fastlane and I then want to use xcov to have a nice code coverage report. I specify my DerivedData file through the derived_data_path argument. I tried many different paths until the xccovreport file but I always have a Unable to find any .xccoverage file error. The Gather code coverage setting is enabled, the xccovreport file is existing but whatever path I set, the file is never found... Can you help me on this issue ?

Thanks!

cmarchal avatar Mar 15 '19 20:03 cmarchal

@nakiostudio I've just created a PR to add possibility to use direct path to xccoverage/xccovreport file. Can you have a look at the PR ? https://github.com/nakiostudio/xcov/pull/150

Thanks !

cmarchal avatar Mar 18 '19 14:03 cmarchal

Still an issue for me on Xcode 11

wolffan avatar Oct 31 '19 17:10 wolffan