Skip to content

Commit 6f57ed3

Browse files
committed
✏️ Modify the test coverage report file path format back to original value.
1 parent e5514f5 commit 6f57ed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rw_organize_test_cov_reports.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Combine all testing coverage data files with test type and runtime OS, and convert to XML format file finally
5757
run: |
5858
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_
59+
bash ./scripts/ci/combine_coverage_reports.sh ${{ inputs.test_type }} .coverage.
6060
6161
- name: Upload testing coverage report (.coverage)
6262
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)