Releases: diogot/danger-xcode_summary
Releases · diogot/danger-xcode_summary
1.0.1
1.0.0: xcresult
The plugin now requires a xcresult to work. This was introduced back on Xcode 11 and should be way more reliable than using xcpretty-json-formatter to parse xcodebuild's output.
However, as part of the migration, the plugin won't report test summaries (e.g. "Executed 4 tests, with 0 failures (0 unexpected) in 0.012 (0.017) seconds") anymore, so some properties related to it were removed (sticky_summary and test_summary). I believe we should be able to get that information back from reading the xcresult, but since it'd require more code to manually compute that, we've decided to remove support for now. PRs adding this back are definitely encouraged though!