Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
djuise opened this issue Feb 15, 2021 · 0 comments
Open

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

djuise opened this issue Feb 15, 2021 · 0 comments

Comments

@djuise
Copy link

djuise commented Feb 15, 2021

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant