File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 6868 unit-test_codecov :
6969# name: Organize and generate the testing report and upload it to Codecov
7070 needs : run_unit-test
71- uses : ./.github/workflows/organize_all_testing_coverage_reports_with_different_os_and_py_version .yaml
71+ uses : ./.github/workflows/organize_and_generate_testing_coverage_reports .yaml
7272 with :
7373 test_type : unit-test
7474# generate_xml_report_finally: false
7777 integration-test_codecov :
7878# name: Organize and generate the testing report and upload it to Codecov
7979 needs : run_integration-test
80- uses : ./.github/workflows/organize_all_testing_coverage_reports_with_different_os_and_py_version .yaml
80+ uses : ./.github/workflows/organize_and_generate_testing_coverage_reports .yaml
8181 with :
8282 test_type : integration-test
8383# generate_xml_report_finally: false
8686 organize_all-test_codecov_and_generate_report :
8787# name: Organize and generate the testing report and upload it to Codecov
8888 needs : [unit-test_codecov, integration-test_codecov]
89- # uses: ./.github/workflows/organize_all_testing_reports_with_different_test_type.yaml
90- uses : ./.github/workflows/organize_all_testing_coverage_reports_with_different_os_and_py_version.yaml
89+ uses : ./.github/workflows/organize_and_generate_testing_coverage_reports.yaml
9190 with :
9291 test_type : all-test
93- # generate_xml_report_finally: false
9492
9593
9694 codecov_finish :
You can’t perform that action at this time.
0 commit comments