mirror of
https://github.com/aimingmed/aimingmed-ai.git
synced 2026-01-19 13:23:23 +08:00
change report format tool
This commit is contained in:
parent
0023e3f96c
commit
e88ede52fd
9
.github/workflows/template_unit_pytest.yml
vendored
9
.github/workflows/template_unit_pytest.yml
vendored
@ -83,7 +83,10 @@ jobs:
|
||||
name: ${{ inputs.projectName }}-coverage-report
|
||||
path: ${{ env.TESTS_COVERAGE_REPORT_PATH }}
|
||||
|
||||
- name: Report Coverage
|
||||
uses: codecov/report@latest
|
||||
- name: Generate coverage report
|
||||
uses: dawidd6/action-coverage-report@v1.6.0
|
||||
with:
|
||||
files: ${{ env.TESTS_COVERAGE_REPORT_PATH }}
|
||||
path: ${{ env.TESTS_COVERAGE_REPORT_PATH }}
|
||||
output_format: markdown
|
||||
github_token: ${{ github.token }}
|
||||
minimum_coverage: 0
|
||||
Loading…
x
Reference in New Issue
Block a user