Commit 1064f6c 1 parent c203f01 commit 1064f6c Copy full SHA for 1064f6c
File tree 1 file changed +4
-7
lines changed
1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ inputs:
38
38
allow-empty :
39
39
description : " Don't fail when coverage report file is empty or contains no data"
40
40
required : false
41
- default : false
41
+ default : ' false'
42
42
base-path :
43
43
description : ' The root folder of the project that originally ran the tests'
44
44
required : false
@@ -57,18 +57,15 @@ inputs:
57
57
debug :
58
58
description : ' Enable debug output'
59
59
required : false
60
- default : false
60
+ default : ' false'
61
61
measure :
62
62
description : ' Show execution time of parsing and reporting'
63
63
required : false
64
- default : false
64
+ default : ' false'
65
65
fail-on-error :
66
66
description : ' Whether to fail (exit code 1) on any issues while uploading the coverage'
67
67
required : false
68
- default : true
69
- outputs :
70
- coveralls-api-result :
71
- description : ' Result status of Coveralls API post.'
68
+ default : ' true'
72
69
branding :
73
70
color : ' green'
74
71
icon : ' percent'
You can’t perform that action at this time.
0 commit comments