File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git
33project_type : " "
44app :
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
1010trigger_map :
1111- pull_request_source_branch : ' *'
Original file line number Diff line number Diff line change 88# - Bitrise CLI guides: http://devcenter.bitrise.io/bitrise-cli/
99
1010title : |-
11- Run Swift Test
11+ Run Swift Test With Code Coverage
1212summary : |
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
1414description : |
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
1919host_os_tags :
2020 - osx-10.10
2121
You can’t perform that action at this time.
0 commit comments