mirror of
https://github.com/aimingmed/aimingmed-ai.git
synced 2026-01-19 13:23:23 +08:00
use codecov v2
This commit is contained in:
parent
cb76fb5bdc
commit
52e01359cc
6
.github/workflows/template_unit_pytest.yml
vendored
6
.github/workflows/template_unit_pytest.yml
vendored
@ -84,11 +84,11 @@ jobs:
|
|||||||
path: ${{ env.TESTS_COVERAGE_REPORT_PATH }}
|
path: ${{ env.TESTS_COVERAGE_REPORT_PATH }}
|
||||||
|
|
||||||
- name: Upload coverage to Codecov
|
- name: Upload coverage to Codecov
|
||||||
if: success() || failure() # always run
|
uses: codecov/codecov-action@v2
|
||||||
uses: codecov/codecov-action@v3
|
|
||||||
with:
|
with:
|
||||||
|
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
|
||||||
token: ${{ secrets.CODECOV_TOKEN }}
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user