Skip to content

Releases: diogot/danger-xcode_summary

1.0.1

Choose a tag to compare

@diogot diogot released this 11 Oct 20:24
v1.0.1
f2b8d1a

Update dependencies

1.0.0: xcresult

Choose a tag to compare

@marcelofabri marcelofabri released this 30 Aug 05:33
0e87599

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!

0.5.3

Choose a tag to compare

@diogot diogot released this 25 May 12:16
0.5.3
c1ee639
Release new version

0.5.2

Choose a tag to compare

@diogot diogot released this 05 Jul 23:09
073a2fe
Merge pull request #54 from diogot/bump-version

Bump version to 0.5.2

0.5.1

Choose a tag to compare

@diogot diogot released this 26 Jul 15:12
020d670
Merge pull request #47 from diogot/update-gems

Update gems