File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments