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