Skip to content

Commit 3d443ea

Browse files
committed
✏️ Modify the test coverage report file path format for upgrading artifact actions.
1 parent 3cce230 commit 3d443ea

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
@@ -55,7 +55,7 @@ jobs:
5555
- name: Combine all testing coverage data files with test type and runtime OS, and convert to XML format file finally
5656
run: |
5757
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.
58+
bash ./scripts/ci/combine_coverage_reports.sh ${{ inputs.test_type }} coverage_
5959
6060
- name: Upload testing coverage report (.coverage)
6161
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)