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 3cce230 commit 3d443eaCopy full SHA for 3d443ea
.github/workflows/rw_organize_test_cov_reports.yaml
@@ -55,7 +55,7 @@ jobs:
55
- name: Combine all testing coverage data files with test type and runtime OS, and convert to XML format file finally
56
run: |
57
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
58
- bash ./scripts/ci/combine_coverage_reports.sh ${{ inputs.test_type }} .coverage.
+ bash ./scripts/ci/combine_coverage_reports.sh ${{ inputs.test_type }} coverage_
59
60
- name: Upload testing coverage report (.coverage)
61
uses: actions/upload-artifact@v4
0 commit comments