show the coverage table on action result

This commit is contained in:
leehk 2025-04-21 10:39:41 +08:00
parent 565fc013fc
commit 784a711554

View File

@ -82,3 +82,8 @@ jobs:
with:
name: ${{ inputs.projectName }}-coverage-report
path: ${{ env.TESTS_COVERAGE_REPORT_PATH }}
- name: Report Coverage
uses: codecov/report@v2
with:
files: ${{ env.TESTS_COVERAGE_REPORT_PATH }}