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 6262 - name : Upload testing coverage report
6363 uses : actions/upload-artifact@v3
6464 with :
65- name : project_testing_coverage_report_with_test_type
65+ name : project_testing_coverage_report_${{ inputs.test_type }}
6666 path : .coverage
6767 if-no-files-found : error
6868
7575 - name : Download code coverage result file
7676 uses : actions/download-artifact@v3
7777 with :
78- name : project_testing_coverage_report_with_test_type
78+ name : project_testing_coverage_report_${{ inputs.test_type }}
7979 path : .coverage
8080
8181 - name : General testing coverage report as XML format
9797 - name : Download code coverage result file
9898 uses : actions/download-artifact@v3
9999 with :
100- name : project_testing_coverage_report_with_test_type
100+ name : project_testing_coverage_report_${{ inputs.test_type }}
101101 path : .coverage
102102
103103 - name : Rename the testing coverage report with test type
You can’t perform that action at this time.
0 commit comments