Franco Meloni
Franco Meloni
I started writing the plugin, but I'm just at the beginning (just started with the model etc), I can still change tool, will have a look if is better use...
Also I will evaluate Linux compatibility.
Yes, I had a look at it yesterday, and i think i will support both with two different methods
I created the project here https://github.com/f-meloni/danger-swift-coverage/pull/1 Is obviously still WIP, but the files coverage is working :D
That would be amazing, I wanted to make another method to use the SPM one, and i prepared some of the stuff the actually be re used by the other...
@yhkaplan I've started the implementation for the SPM coverage file, but ATM danger-swift can not be used with swift 5.0 (because Unbox doesn't work with swift 5.0), then i can...
do you get that also if you remove completely the folder `~/.danger-swift`?
Can I ask you if you can share which version of swift/xcode you are using and your Dangerfile.swift please?
I think `mergeable` is an optional `Bool` on the API that danger uses. You can verify this by running `danger-swift pr https://github.com/danger/swift/pull/318 --json > file.json` this will generate the json...
It seems that the `bitBucketServer` object in your DSL is null. What is the output of `danger-kotlin pr $YOUR_PR_LINK --json`?