Skip to content

Commit f996875

Browse files
committed
[Bug Fix] (config) Modify the description of input parameters.
1 parent ba9816d commit f996875

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/upload_test_report_to_codecov.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ on:
1919
workflow_call:
2020
inputs:
2121
download_path:
22-
description: "The testing type. In generally, it only has 2 options: 'unit-test' and 'integration-test'."
22+
description: "The path to download testing coverage reports via 'actions/download-artifact@v3'."
2323
required: true
2424
type: string
2525
codecov_flags:
26-
description: "The testing type. In generally, it only has 2 options: 'unit-test' and 'integration-test'."
26+
description: "The flags of the testing coverage report for Codecov."
2727
required: true
2828
type: string
2929
codecov_name:
30-
description: "The testing type. In generally, it only has 2 options: 'unit-test' and 'integration-test'."
30+
description: "The name of the testing coverage report for Codecov."
3131
required: true
3232
type: string
3333

0 commit comments

Comments
 (0)