f-meloni / danger-swift-coverage

Show the coverage of the modified/created files on your PRs.
MIT License
85 stars 20 forks source link

Xcode 11.1, failed to get coverage #16

Closed antranapp closed 4 years ago

antranapp commented 5 years ago

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 commented 5 years ago

The xccovreport location probably changed, let me have a look

f-meloni commented 5 years ago

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

f-meloni commented 4 years ago

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

antranapp commented 4 years ago

it works again, thank you.