Skip to content

Commit d1e19a8

Browse files
committed
[Test] (config) Back to original setting.
1 parent c6105c5 commit d1e19a8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/organize_and_generate_test_cov_reports.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,7 @@ jobs:
5454
5555
- name: Combine all testing code coverage result files with one specific test type
5656
if: ${{ inputs.test_type == 'unit-test' || inputs.test_type == 'integration-test' }}
57-
run: |
58-
coverage combine --data-file=.coverage.${{ inputs.test_type }} .coverage.${{ inputs.test_type }}.*
59-
coverage report -m --data-file=.coverage.${{ inputs.test_type }}
57+
run: coverage combine --data-file=.coverage.${{ inputs.test_type }} .coverage.${{ inputs.test_type }}.*
6058

6159
- name: Combine all testing code coverage result files with all test types
6260
if: ${{ inputs.test_type == 'all-test' }}

0 commit comments

Comments
 (0)