mirror of
https://github.com/aimingmed/aimingmed-ai.git
synced 2026-02-07 15:53:45 +08:00
try codecov
This commit is contained in:
parent
e88ede52fd
commit
e39d7c31ee
10
.github/workflows/template_unit_pytest.yml
vendored
10
.github/workflows/template_unit_pytest.yml
vendored
@ -83,10 +83,8 @@ jobs:
|
|||||||
name: ${{ inputs.projectName }}-coverage-report
|
name: ${{ inputs.projectName }}-coverage-report
|
||||||
path: ${{ env.TESTS_COVERAGE_REPORT_PATH }}
|
path: ${{ env.TESTS_COVERAGE_REPORT_PATH }}
|
||||||
|
|
||||||
- name: Generate coverage report
|
- name: Upload coverage to Codecov
|
||||||
uses: dawidd6/action-coverage-report@v1.6.0
|
uses: codecov/codecov-action@v3
|
||||||
with:
|
with:
|
||||||
path: ${{ env.TESTS_COVERAGE_REPORT_PATH }}
|
files: ${{ env.TESTS_COVERAGE_REPORT_PATH }}
|
||||||
output_format: markdown
|
fail_ci_if_error: true
|
||||||
github_token: ${{ github.token }}
|
|
||||||
minimum_coverage: 0
|
|
||||||
Loading…
x
Reference in New Issue
Block a user