mirror of
https://github.com/aimingmed/aimingmed-ai.git
synced 2026-01-19 13:23:23 +08:00
update readme
This commit is contained in:
parent
e39d7c31ee
commit
2b343c9a0d
7
.github/workflows/template_test.yml
vendored
7
.github/workflows/template_test.yml
vendored
@ -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: |
|
||||
|
||||
2
.github/workflows/template_unit_pytest.yml
vendored
2
.github/workflows/template_unit_pytest.yml
vendored
@ -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
|
||||
@ -1,4 +1,4 @@
|
||||
[](https://github.com/aimingmed/aimingmed-ai/actions/workflows/build.yml)
|
||||
[](https://github.com/aimingmed/aimingmed-ai/actions/workflows/build.yml)
|
||||
|
||||
## Important note:
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user