File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 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.
3337
3438 secrets :
3539 codecov_token :
40+ description : " The API token for uploading testing coverage report to Codecov."
3641 required : true
3742
3843
You can’t perform that action at this time.
0 commit comments