Skip to content

Commit a8691c5

Browse files
committed
[Refactor] (config) Rename the reusable workflow name to be more shorter and clear.
1 parent 36706f1 commit a8691c5

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/organize_all_testing_coverage_reports_with_different_os_and_py_version.yaml renamed to .github/workflows/organize_and_generate_testing_coverage_reports.yaml

File renamed without changes.

.github/workflows/test-reusable-workflows.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
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
@@ -77,7 +77,7 @@ jobs:
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
@@ -86,11 +86,9 @@ jobs:
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:

0 commit comments

Comments
 (0)