Skip to content

Commit e508552

Browse files
committed
[Bug Fix + Test] (config) Modify the downloading option 'path'.
1 parent 921b655 commit e508552

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/organize_all_testing_reports_with_different_test_type.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,15 @@ jobs:
2828
uses: actions/download-artifact@v3
2929
with:
3030
name: new_project_testing_coverage_report_unit-test
31-
path: .coverage-unit-test
31+
# path: .coverage-unit-test
32+
path: ./
3233

3334
- name: Download code coverage result file
3435
uses: actions/download-artifact@v3
3536
with:
3637
name: new_project_testing_coverage_report_integration-test
37-
path: .coverage-integration-test
38+
# path: .coverage-integration-test
39+
path: ./
3840

3941
- name: Setup Python 3.10 in Ubuntu OS
4042
uses: actions/setup-python@v2

0 commit comments

Comments
 (0)