mirror of
https://github.com/aimingmed/aimingmed-ai.git
synced 2026-01-19 13:23:23 +08:00
update report path
This commit is contained in:
parent
b7596b27f1
commit
7257abdcc8
2
.github/workflows/template_test.yml
vendored
2
.github/workflows/template_test.yml
vendored
@ -241,7 +241,7 @@ jobs:
|
||||
- name: PublishCodeCoverageResults
|
||||
uses: irongut/CodeCoverageSummary@v1.3.0
|
||||
with:
|
||||
report_files: ${{ inputs.testResultsPath }}/${{ inputs.testResultsFilename }}
|
||||
report_files: ${{ runner.temp }}/${{ inputs.testResultsFilename }}
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
minimum_coverage: 50
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user