Skip to content

Commit 2a7f945

Browse files
committed
[Breaking Change] (config) Add input parameter description for option 'secrets.codecov_token'.
1 parent f996875 commit 2a7f945

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/upload_test_report_to_codecov.yaml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@
44
# Upload the testing coverage reports to Codecov.
55
#
66
# Workflow input parameters:
7-
# * download_path: The path to download testing coverage reports via 'actions/download-artifact@v3'.
8-
# * codecov_flags: The flags of the testing coverage report for Codecov.
9-
# * codecov_name: The name of the testing coverage report for Codecov.
7+
# * General arguments:
8+
# * download_path: The path to download testing coverage reports via 'actions/download-artifact@v3'.
9+
# * codecov_flags: The flags of the testing coverage report for Codecov.
10+
# * codecov_name: The name of the testing coverage report for Codecov.
11+
#
12+
# * Secret arguments:
13+
# * codecov_token: The API token for uploading testing coverage report to Codecov.
1014
#
1115
# Workflow running output:
1216
# No and do nothing.
@@ -33,6 +37,7 @@ on:
3337

3438
secrets:
3539
codecov_token:
40+
description: "The API token for uploading testing coverage report to Codecov."
3641
required: true
3742

3843

0 commit comments

Comments
 (0)