mirror of
https://github.com/aimingmed/aimingmed-ai.git
synced 2026-02-05 06:33:17 +08:00
show the coverage table on action result
This commit is contained in:
parent
565fc013fc
commit
784a711554
7
.github/workflows/template_unit_pytest.yml
vendored
7
.github/workflows/template_unit_pytest.yml
vendored
@ -81,4 +81,9 @@ jobs:
|
|||||||
if: success() || failure() # always run
|
if: success() || failure() # always run
|
||||||
with:
|
with:
|
||||||
name: ${{ inputs.projectName }}-coverage-report
|
name: ${{ inputs.projectName }}-coverage-report
|
||||||
path: ${{ env.TESTS_COVERAGE_REPORT_PATH }}
|
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