From 2b343c9a0d24567fa93b411a98870d24b2810846 Mon Sep 17 00:00:00 2001 From: leehk Date: Mon, 21 Apr 2025 11:25:37 +0800 Subject: [PATCH] update readme --- .github/workflows/template_test.yml | 7 ------- .github/workflows/template_unit_pytest.yml | 2 +- README.md | 2 +- 3 files changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/template_test.yml b/.github/workflows/template_test.yml index e4acc8d..b5646fe 100644 --- a/.github/workflows/template_test.yml +++ b/.github/workflows/template_test.yml @@ -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: | diff --git a/.github/workflows/template_unit_pytest.yml b/.github/workflows/template_unit_pytest.yml index d5ad80a..8b37036 100644 --- a/.github/workflows/template_unit_pytest.yml +++ b/.github/workflows/template_unit_pytest.yml @@ -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 \ No newline at end of file diff --git a/README.md b/README.md index 7611cb0..89d48c8 100644 --- a/README.md +++ b/README.md @@ -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: