Skip to content

Commit b83ed98

Browse files
authored
Merge pull request #3842 from brandonpage/hide-passed-tests
CI hide passed tests.
2 parents 771ad20 + 688fc2c commit b83ed98

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

.github/DangerFiles/Gemfile.lock

-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ GEM
6464
uri (1.0.2)
6565

6666
PLATFORMS
67-
arm64-darwin-23
6867
ruby
6968

7069
DEPENDENCIES

.github/workflows/reusable-workflow.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
title: "${{ inputs.lib }} iOS ${{ inputs.ios }}"
5454
show-code-coverage: false
5555
upload-bundles: false
56+
show-passed-tests: false
5657
if: success() || failure()
5758
- uses: codecov/codecov-action@v4
5859
with:

build/pre-build

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
#!/bin/bash
22

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

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 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)
33
[![Known Vulnerabilities](https://snyk.io/test/github/forcedotcom/SalesforceMobileSDK-iOS/badge.svg)](https://snyk.io/test/github/forcedotcom/SalesforceMobileSDK-iOS)
44
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/forcedotcom/SalesforceMobileSDK-iOS?sort=semver)
55

0 commit comments

Comments
 (0)