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 d11ff33 commit c61dd3aCopy full SHA for c61dd3a
ā.github/workflows/rw_organize_test_cov_reports.yamlā
@@ -63,6 +63,7 @@ jobs:
63
- name: Combine all testing coverage data files with test type and runtime OS, and convert to XML format file finally
64
working-directory: ${{ inputs.test_working_directory }}
65
run: |
66
+ mkdir -p ./scripts/ci
67
curl https://raw.githubusercontent.com/Chisanan232/GitHub-Action_Reusable_Workflows-Python/develop/scripts/ci/combine_coverage_reports.sh --output ./scripts/ci/combine_coverage_reports.sh
68
bash ./scripts/ci/combine_coverage_reports.sh ${{ inputs.test_type }} .coverage.
69
0 commit comments