Skip to content

Commit b2b6d42

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/organize_all_testing_reports_with_different_test_type.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
pip install coverage
5151
5252
- name: Combine all code coverage result files
53-
run: coverage combine .coverage-*
53+
run: coverage combine .coverage*
5454

5555
- name: Report testing coverage of project code
5656
run: coverage report -m

0 commit comments

Comments
 (0)