File tree 4 files changed +3
-6
lines changed
4 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 64
64
uri (1.0.2 )
65
65
66
66
PLATFORMS
67
- arm64-darwin-23
68
67
ruby
69
68
70
69
DEPENDENCIES
Original file line number Diff line number Diff line change 53
53
title : " ${{ inputs.lib }} iOS ${{ inputs.ios }}"
54
54
show-code-coverage : false
55
55
upload-bundles : false
56
+ show-passed-tests : false
56
57
if : success() || failure()
57
58
- uses : codecov/codecov-action@v4
58
59
with :
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- echo ${TEST_CREDENTIALS} > ./shared/test/test_credentials.json
4
- echo ${LOGINUSERS} > ./shared/test/ui_test_credentials.json
5
-
6
-
3
+ echo ${TEST_CREDENTIALS} > ./shared/test/test_credentials.json
Original file line number Diff line number Diff line change 1
1
# Salesforce.com Mobile SDK for iOS
2
- [ ![ Nightly Tests] ( https://github.com/forcedotcom/SalesforceMobileSDK-iOS/actions/workflows/nightly.yaml/badge.svg )] ( https://github.com/forcedotcom/SalesforceMobileSDK-iOS/actions/workflows/nightly.yaml )
2
+ [ ![ Tests] ( https://github.com/forcedotcom/SalesforceMobileSDK-iOS/actions/workflows/nightly.yaml/badge.svg )] ( https://github.com/forcedotcom/SalesforceMobileSDK-iOS/actions/workflows/nightly.yaml )
3
3
[ ![ Known Vulnerabilities] ( https://snyk.io/test/github/forcedotcom/SalesforceMobileSDK-iOS/badge.svg )] ( https://snyk.io/test/github/forcedotcom/SalesforceMobileSDK-iOS )
4
4
![ GitHub release (latest SemVer)] ( https://img.shields.io/github/v/release/forcedotcom/SalesforceMobileSDK-iOS?sort=semver )
5
5
You can’t perform that action at this time.
0 commit comments