Skip to content

0.9.2

Compare
Choose a tag to compare
@nachoBonafonte nachoBonafonte released this 15 Jul 08:27
· 536 commits to main since this release

New Features

  • Allow instrumenting tests when using swift test instead of xcodebuild test in a Swift Package Manager project. All environment variables documented for Xcode must also be passed to the swift test command

Bug Fixes

  • Bitrise CI: Replace BITRISE_APP_TITLE with BITRISE_TRIGGERED_WORKFLOW_ID in the environment variables. It will report the executed workflow instead of the name of the project in the ci.pipeline.name tag. Existing users must replace in CI environment variables.

Improvements

  • Add a warning message when necessary git information cannot be read
  • Jenkins CI: Add extra environment variable for detecting repositories in PR's: GIT_URL_1. Existing Jenkins users must add in their CI environment variables.