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 81cf431 commit 2caf9d3Copy full SHA for 2caf9d3
.github/workflows/cohesion.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Swift Package Resolve
18
run: swift package resolve
19
20
- - uses: arthurpalves/coherent-swift@0.5.4.4
+ - uses: arthurpalves/coherent-swift@0.5.4.5
21
with:
22
source: Sources
23
minimum_threshold: 60
action.yml
@@ -42,4 +42,5 @@ runs:
42
- name: Measure cohesion
43
shell: bash
44
run: |
45
- swift run ${{ github.action_path }}/coherent-swift report -s coherent-swift.yml
+ cd ${{ github.action_path }}
46
+ swift run coherent-swift report -s coherent-swift.yml
0 commit comments