We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6105c5 commit d1e19a8Copy full SHA for d1e19a8
.github/workflows/organize_and_generate_test_cov_reports.yaml
@@ -54,9 +54,7 @@ jobs:
54
55
- name: Combine all testing code coverage result files with one specific test type
56
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 }}
+ run: coverage combine --data-file=.coverage.${{ inputs.test_type }} .coverage.${{ inputs.test_type }}.*
60
61
- name: Combine all testing code coverage result files with all test types
62
if: ${{ inputs.test_type == 'all-test' }}
0 commit comments