mirror of
https://github.com/aimingmed/aimingmed-ai.git
synced 2026-01-19 13:23:23 +08:00
show the coverage table on action result
This commit is contained in:
parent
565fc013fc
commit
784a711554
5
.github/workflows/template_unit_pytest.yml
vendored
5
.github/workflows/template_unit_pytest.yml
vendored
@ -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 }}
|
||||
Loading…
x
Reference in New Issue
Block a user