Skip to content

Commit bcd12b6

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/organize_all_testing_reports_with_different_test_type.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ jobs:
5858
run: ls -la .coverage-*
5959

6060
- name: Combine all code coverage result files
61-
# run: coverage combine .coverage-*
62-
run: coverage combine .coverage-*/*
61+
run: coverage combine .coverage-*
62+
# run: coverage combine .coverage-*/*
6363

6464
- name: Report testing coverage of project code
6565
run: coverage report -m

0 commit comments

Comments
 (0)