Skip to content

Commit 1894bb2

Browse files
committed
update action.yml descriptions
1 parent efb66f0 commit 1894bb2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: action.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ inputs:
88
description: URL of final uploaded report. e.g. https://reports.example.com/{{ $github.sha }}/cover.html
99
required: false
1010
working-directory:
11-
description: 'Working directory. defaults to project root'
11+
description: 'Working directory. Defaults to project root'
1212
required: false
1313
default: ''
1414
report-filename:
@@ -22,11 +22,11 @@ inputs:
2222
description: 'Parameter to pass to go tests -coverpkg argument. Leave empty to omit flag'
2323
default: ''
2424
test-args:
25-
description: 'Build arguments to pass to go test'
25+
description: 'Additional build arguments to pass to go test'
2626
default: '[]'
2727
required: false
2828
test-pkgs:
29-
description: 'Parameter to pass to go tests packages'
29+
description: 'Package names to test, passed to go test - Multiple arguments should be separated by newlines'
3030
default: './...'
3131
required: false
3232
coverage-threshold:

0 commit comments

Comments
 (0)