update readme

This commit is contained in:
leehk 2025-04-21 11:25:37 +08:00
parent e39d7c31ee
commit 2b343c9a0d
3 changed files with 2 additions and 9 deletions

View File

@ -238,13 +238,6 @@ jobs:
report_paths: ${{ runner.temp }}/${{ inputs.testResultsFilename }}
include_passed: true
- name: PublishCodeCoverageResults
uses: irongut/CodeCoverageSummary@v1.3.0
with:
report_files: ${{ runner.temp }}/${{ inputs.testResultsFilename }}
github_token: ${{ secrets.GITHUB_TOKEN }}
minimum_coverage: 50
- name: Docker Compose Down
if: always() # Always run cleanup
run: |

View File

@ -84,7 +84,7 @@ jobs:
path: ${{ env.TESTS_COVERAGE_REPORT_PATH }}
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v5
with:
files: ${{ env.TESTS_COVERAGE_REPORT_PATH }}
fail_ci_if_error: true

View File

@ -1,4 +1,4 @@
[![Build + CI](https://github.com/aimingmed/aimingmed-ai/actions/workflows/build.yml/badge.svg)](https://github.com/aimingmed/aimingmed-ai/actions/workflows/build.yml)
[![Unittest and Build + CI](https://github.com/aimingmed/aimingmed-ai/actions/workflows/build.yml/badge.svg)](https://github.com/aimingmed/aimingmed-ai/actions/workflows/build.yml)
## Important note: