We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a2b987 commit 9ee4d53Copy full SHA for 9ee4d53
action.yml
@@ -39,11 +39,6 @@ runs:
39
echo -e "ignore_output_result: ${{ inputs.ignore_output_result }}\n" >> coherent-swift.yml
40
echo -e "report_format: ${{ inputs.report_format }}\n" >> coherent-swift.yml
41
42
- - name: Measure cohesion changes only
43
- shell: bash
+ - name: Measure cohesion
44
run: |
45
- if [ ${{ inputs.only_changes }} == 'true' ]; then
46
- swift run ${{ github.action_path }}/coherent-swift report -d -s coherent-swift.yml
47
- else
48
- swift run ${{ github.action_path }}/coherent-swift report -s coherent-swift.yml
49
- fi
+ swift run ${{ github.action_path }}/coherent-swift report -s coherent-swift.yml
0 commit comments