Skip to content

Commit ce93130

Browse files
committed
[Bug Fix + Test] (config) Modify the file path value for combining testing coverage reports.
1 parent 899b63f commit ce93130

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/organize_all_testing_coverage_reports_with_different_os_and_py_version.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
uses: actions/download-artifact@v3
7777
with:
7878
name: project_testing_coverage_report_${{ inputs.test_type }}
79-
path: .coverage
79+
path: ./
8080

8181
- name: General testing coverage report as XML format
8282
run: coverage xml
@@ -98,7 +98,7 @@ jobs:
9898
uses: actions/download-artifact@v3
9999
with:
100100
name: project_testing_coverage_report_${{ inputs.test_type }}
101-
path: .coverage
101+
path: ./
102102

103103
- name: Rename the testing coverage report with test type
104104
run: mv .coverage .coverage-${{ inputs.test_type }}

0 commit comments

Comments
 (0)