fastlane-plugin-xchtmlreport icon indicating copy to clipboard operation
fastlane-plugin-xchtmlreport copied to clipboard

"Unable to find any .xccoverage file" error only with xchtmlreport

Open djuise opened this issue 4 years ago • 0 comments

I have this error on Bitrise only with xchtmlreport plugin. If I remove it everything is ok.

Unable to find any .xccoverage file.
[10:28:35]: Make sure you have enabled 'Gather code coverage' setting on your scheme settings.
[10:28:35]: Alternatively you can provide the full path to your .xccoverage file.

Also, I tried to turn on/off 'Gather code coverage' nothing helped. Could you help with it, please?

my lane:

lane :myTests do
    run_tests(
      fail_build: false,
      workspace: "Workspace.xcworkspace",
      scheme: "TestScheme"
    )
    xchtmlreport
  end

djuise avatar Feb 15 '21 10:02 djuise