Skip to content

Commit 8c090ac

Browse files
committed
Rename step
1 parent c4d15f9 commit 8c090ac

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Step that runs "swift test" in the local directory and export the results into B
55
## How to use this Step
66

77
```yml
8-
- git::https://github.com/igorcferreira/bitrise-step-run-swift-test.git@main:
8+
- git::https://github.com/igorcferreira/bitrise-step-run-spm-test-with-coverage.git@main:
99
title: Run Swift Package Manager Tests
1010
inputs:
1111
- TEST_NAME: BitriseTest

bitrise.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git
33
project_type: ""
44
app:
55
envs:
6-
- BITRISE_STEP_ID: run-swift-test
6+
- BITRISE_STEP_ID: run-spm-test-with-coverage
77
- BITRISE_STEP_VERSION: $BITRISE_GIT_TAG
8-
- BITRISE_STEP_GIT_CLONE_URL: https://github.com/igorcferreira/bitrise-step-run-swift-test.git
8+
- BITRISE_STEP_GIT_CLONE_URL: https://github.com/igorcferreira/bitrise-step-run-spm-test-with-coverage.git
99
- MY_STEPLIB_REPO_FORK_GIT_URL: $MY_STEPLIB_REPO_FORK_GIT_URL
1010
trigger_map:
1111
- pull_request_source_branch: '*'

step.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
# - Bitrise CLI guides: http://devcenter.bitrise.io/bitrise-cli/
99

1010
title: |-
11-
Run Swift Test
11+
Run Swift Test With Code Coverage
1212
summary: |
13-
Step that runs "swift test" in the local directory and export the results into Bitrise Test Plugin
13+
Step that runs "swift test" in the local directory and export the results into Bitrise Test Plugin, including code coverage
1414
description: |
15-
Step that runs "swift test" in the local directory and export the results into Bitrise Test Plugin
16-
website: https://github.com/igorcferreira/bitrise-step-run-swift-test
17-
source_code_url: https://github.com/igorcferreira/bitrise-step-run-swift-test
18-
support_url: https://github.com/igorcferreira/bitrise-step-run-swift-test/issues
15+
Step that runs "swift test" in the local directory and export the results into Bitrise Test Plugin, including code coverage
16+
website: https://github.com/igorcferreira/bitrise-step-run-spm-test-with-coverage
17+
source_code_url: https://github.com/igorcferreira/bitrise-step-run-spm-test-with-coverage
18+
support_url: https://github.com/igorcferreira/bitrise-step-run-spm-test-with-coverage/issues
1919
host_os_tags:
2020
- osx-10.10
2121

0 commit comments

Comments
 (0)