Skip to content

Commit a5dc5a5

Browse files
Fix description for report_type input (#1770)
The description stated "testing" was a valid value, but that leads to an error if you try to use it. The error message indicates that the value should be "test_results" instead.
1 parent 4898080 commit a5dc5a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ inputs:
116116
description: 'The code of the report if using local upload. If unsure, leave default. Read more here https://docs.codecov.com/docs/the-codecov-cli#how-to-use-local-upload'
117117
required: false
118118
report_type:
119-
description: 'The type of file to upload, coverage by default. Possible values are "testing", "coverage".'
119+
description: 'The type of file to upload, coverage by default. Possible values are "test_results", "coverage".'
120120
required: false
121121
root_dir:
122122
description: 'Root folder from which to consider paths on the network section. Defaults to current working directory.'

0 commit comments

Comments
 (0)