mirror of
https://github.com/aimingmed/aimingmed-ai.git
synced 2026-02-06 07:03:18 +08:00
v5
This commit is contained in:
parent
52e01359cc
commit
5ef89072c2
3
.github/workflows/template_unit_pytest.yml
vendored
3
.github/workflows/template_unit_pytest.yml
vendored
@ -84,10 +84,9 @@ jobs:
|
|||||||
path: ${{ env.TESTS_COVERAGE_REPORT_PATH }}
|
path: ${{ env.TESTS_COVERAGE_REPORT_PATH }}
|
||||||
|
|
||||||
- name: Upload coverage to Codecov
|
- name: Upload coverage to Codecov
|
||||||
uses: codecov/codecov-action@v2
|
uses: codecov/codecov-action@v5
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.CODECOV_TOKEN }}
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
version: "v0.1.15"
|
|
||||||
files: ${{ env.TESTS_COVERAGE_REPORT_PATH }}
|
files: ${{ env.TESTS_COVERAGE_REPORT_PATH }}
|
||||||
fail_ci_if_error: true
|
fail_ci_if_error: true
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user