Skip to content

Commit 30e6e2b

Browse files
committed
[Bug Fix + Test] (config) Modify the uploading file name.
1 parent 9ede387 commit 30e6e2b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/organize_all_testing_coverage_reports_with_different_os_and_py_version.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
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

@@ -75,7 +75,7 @@ jobs:
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
@@ -97,7 +97,7 @@ jobs:
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

0 commit comments

Comments
 (0)