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 0504a7c commit cecbf76Copy full SHA for cecbf76
.github/workflows/test_action.yml
@@ -14,9 +14,9 @@ jobs:
14
steps:
15
- uses: actions/checkout@v2
16
17
- - uses: arthurpalves/coherent-swift@0.5.4.7
+ - uses: arthurpalves/coherent-swift@0.5.5
18
with:
19
- source: Sources
+ source: Sources/
20
minimum_threshold: 60
21
ignore_output_result: true
22
only_changes: true
action.yml
@@ -1,6 +1,9 @@
1
name: 'coherent-swift'
2
description: 'Measures cohesion in your Swift codebase'
3
author: 'Arthur Alves <arthuralves.p@gmail.com>'
4
+branding:
5
+ icon: "code"
6
+ color: "green"
7
8
inputs:
9
source:
0 commit comments