try coverage

This commit is contained in:
leehk 2025-04-20 15:45:20 +08:00
parent 0df01f90eb
commit b7596b27f1

View File

@ -238,6 +238,13 @@ jobs:
report_paths: ${{ runner.temp }}/${{ inputs.testResultsFilename }}
include_passed: true
- name: PublishCodeCoverageResults
uses: irongut/CodeCoverageSummary@v1.3.0
with:
report_files: ${{ inputs.testResultsPath }}/${{ inputs.testResultsFilename }}
github_token: ${{ secrets.GITHUB_TOKEN }}
minimum_coverage: 50
- name: Docker Compose Down
if: always() # Always run cleanup
run: |