Skip to content
This repository has been archived by the owner on Aug 14, 2020. It is now read-only.

Releases: undefinedlabs/scope-for-swift-action

1.5.0

25 May 10:17
Compare
Choose a tag to compare

Added

  • Inject in Xcode environment variables for Intelligent test runner
  • Inject missing environment variables appearing in docs

1.4.8

20 Mar 13:53
Compare
Choose a tag to compare

Added

  • Clean up intermediate files after finishing

Fixed

  • iOS and tvOS projects could fail launching tests

1.4.7

16 Mar 17:34
Compare
Choose a tag to compare

Fixed

  • Projects, workspaces or schema with space characters in the name could fail processing

1.4.6

09 Mar 11:55
Compare
Choose a tag to compare

Fixed

  • Symbols upload was failing for agent versions 0.5.4 and up

1.4.5

14 Feb 08:24
Compare
Choose a tag to compare

Added

  • Default values to some parameters in the configuration

Changed

  • SPM projects are converted to pbxproj by default. There is a new option to use swift test for building and running tests. Its not recommended because if a test crashes all the rest of the process just exits, so you cannot get crash information or results for the following tests. SPM project can also support platforms for building again.

1.4.1

29 Jan 15:20
Compare
Choose a tag to compare

Fixed

  • Swift SPM projects were not reporting results properly to Scope

1.4.0

28 Jan 15:03
Compare
Choose a tag to compare

Added

  • Support to SPM projects with dependencies. SPM projects are not converted to pbxproj anymore and now it uses swift test for building and running tests)
  • Support for custom parameters passed to building, being redirected to xcodebuild ( swift teston SPM)

Changed

  • SPM projects only support testing in macOS now
  • Allow platform to include capital letters

1.3.0

24 Jan 09:08
Compare
Choose a tag to compare

Added

  • Support for macos and tvos platforms

Changed

  • Change name to scope-for-swift-action
  • Delete instrumentHttpPayloads input, since it can be configured with environment variables
  • Add codePath: as input, to enable or disable code path

1.2.6

22 Jan 17:11
Compare
Choose a tag to compare

Fixed

  • The action now works with ScopeAgent 0.5.0 and up

1.2.5

26 Dec 16:00
963318f
Compare
Choose a tag to compare

Added

  • There is a new option to force the action to use a specific version of the agent: agentVersion: instead of the most recent

Fixed

  • The action was using the latest versions of the agent even when it was a prerelease version, force it to use only stable versions
  • Projects using xctestplan files with code coverage disabled were not reporting Code Path properly