File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
description : URL of final uploaded report. e.g. https://reports.example.com/{{ $github.sha }}/cover.html
9
9
required : false
10
10
working-directory :
11
- description : ' Working directory. defaults to project root'
11
+ description : ' Working directory. Defaults to project root'
12
12
required : false
13
13
default : ' '
14
14
report-filename :
@@ -22,11 +22,11 @@ inputs:
22
22
description : ' Parameter to pass to go tests -coverpkg argument. Leave empty to omit flag'
23
23
default : ' '
24
24
test-args :
25
- description : ' Build arguments to pass to go test'
25
+ description : ' Additional build arguments to pass to go test'
26
26
default : ' []'
27
27
required : false
28
28
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 '
30
30
default : ' ./...'
31
31
required : false
32
32
coverage-threshold :
You can’t perform that action at this time.
0 commit comments