mirror of
https://github.com/aimingmed/aimingmed-ai.git
synced 2026-01-19 13:23:23 +08:00
revert to v3
This commit is contained in:
parent
0ba26d35f1
commit
bb5c7505f1
6
.github/workflows/template_unit_pytest.yml
vendored
6
.github/workflows/template_unit_pytest.yml
vendored
@ -84,13 +84,13 @@ jobs:
|
||||
path: ${{ env.TESTS_COVERAGE_REPORT_PATH }}
|
||||
|
||||
- name: Upload coverage to Codecov
|
||||
uses: codecov/codecov-action@v5
|
||||
|
||||
uses: codecov/codecov-action@v3
|
||||
with:
|
||||
files: ${{ env.TESTS_COVERAGE_REPORT_PATH }}
|
||||
fail_ci_if_error: true
|
||||
flags: unittests
|
||||
name: codecov-coverage
|
||||
verbose: true
|
||||
env:
|
||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user