mirror of
https://github.com/aimingmed/aimingmed-ai.git
synced 2026-02-08 16:37:29 +08:00
try coverage
This commit is contained in:
parent
0df01f90eb
commit
b7596b27f1
7
.github/workflows/template_test.yml
vendored
7
.github/workflows/template_test.yml
vendored
@ -238,6 +238,13 @@ jobs:
|
|||||||
report_paths: ${{ runner.temp }}/${{ inputs.testResultsFilename }}
|
report_paths: ${{ runner.temp }}/${{ inputs.testResultsFilename }}
|
||||||
include_passed: true
|
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
|
- name: Docker Compose Down
|
||||||
if: always() # Always run cleanup
|
if: always() # Always run cleanup
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user