mirror of
https://github.com/aimingmed/aimingmed-ai.git
synced 2026-02-08 00:03:15 +08:00
try new solution
This commit is contained in:
parent
6c6ffb3a69
commit
f45d3262d5
15
.github/workflows/template_unit_pytest.yml
vendored
15
.github/workflows/template_unit_pytest.yml
vendored
@ -83,13 +83,10 @@ jobs:
|
|||||||
name: ${{ inputs.projectName }}-coverage-report
|
name: ${{ inputs.projectName }}-coverage-report
|
||||||
path: ${{ env.TESTS_COVERAGE_REPORT_PATH }}
|
path: ${{ env.TESTS_COVERAGE_REPORT_PATH }}
|
||||||
|
|
||||||
- name: Upload coverage to Codecov
|
- name: Report Coverage
|
||||||
|
uses: dawidd6/action-coverage-report@v1.6.0
|
||||||
uses: codecov/codecov-action@v4
|
|
||||||
with:
|
with:
|
||||||
files: ${{ env.TESTS_COVERAGE_REPORT_PATH }}
|
path: ${{ env.TESTS_COVERAGE_REPORT_PATH }}
|
||||||
fail_ci_if_error: true
|
output_format: markdown
|
||||||
flags: unittests
|
github_token: ${{ github.token }}
|
||||||
name: codecov-coverage
|
minimum_coverage: 0
|
||||||
token: ${{ secrets.CODECOV_TOKEN }} # Set this secret in your repository settings
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user