Skip to content
This repository has been archived by the owner on Sep 7, 2022. It is now read-only.

Releases: google/arc-xcode-test-engine

v2.1.0

04 Apr 16:16
Compare
Choose a tag to compare
  • Added a pre-build configuration option.

v2.0.2

01 Apr 19:09
Compare
Choose a tag to compare
  • Error line detection is now more flexible. Any output line with "error:" will be detected and bubble up as an error.

v2.0.1

01 Apr 18:09
Compare
Choose a tag to compare
  • Better handling of non-unit-test failures, such as CocoaPods getting out of sync.

v2.0.0

30 Mar 17:06
Compare
Choose a tag to compare

Breaking

  • xcodebuild or llvm-cov failures now properly throw exceptions rather than silently continuing.

Bug fixes

  • Coverage is now enabled and reported unless explicitly disabled with --no-coverage.

v1.1.0

30 Mar 02:41
Compare
Choose a tag to compare
  • Coverage is now enabled unless explicitly disabled with --no-coverage.

v1.0.1

14 Mar 20:27
Compare
Choose a tag to compare
  • Don't run unit tests if no files were provided to the engine and we're not being asked to run all tests.

Initial release

14 Mar 18:29
Compare
Choose a tag to compare
  • Initial release.
  • Provides arc unit and arc unit --coverage support for a single xcode project/target
    per-project.