You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardexpand all lines: action.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -116,7 +116,7 @@ inputs:
116
116
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'
117
117
required: false
118
118
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".'
120
120
required: false
121
121
root_dir:
122
122
description: 'Root folder from which to consider paths on the network section. Defaults to current working directory.'
0 commit comments