You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.