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

Xcode 11.1, failed to get coverage #16

Closed
antranapp opened this issue Sep 27, 2019 · 4 comments · Fixed by #17
Closed

Xcode 11.1, failed to get coverage #16

antranapp opened this issue Sep 27, 2019 · 4 comments · Fixed by #17

Comments

@antranapp
Copy link

antranapp commented Sep 27, 2019

After updating to Xcode 11.1, I get this error

Failed to get the coverage - Error: Could not find the xccovreport file

I am using the latest version of danger and this plugin

    dependencies: [
        .package(url: "https://github.com/danger/swift.git", from: "2.0.4"),
        .package(url: "https://github.com/f-meloni/danger-swift-coverage", from: "1.0.0")
    ],

Anyone knows how to fix this for Xcode 11.1?

@f-meloni
Copy link
Owner

The xccovreport location probably changed, let me have a look

@f-meloni
Copy link
Owner

f-meloni commented Oct 1, 2019

Is a completely different format, it will need a specific patch

@f-meloni
Copy link
Owner

released a fix with 1.0.1, let me know if solves it

@antranapp
Copy link
Author

it works again, thank you.

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

Successfully merging a pull request may close this issue.

2 participants