try codecov

This commit is contained in:
leehk 2025-04-21 10:48:16 +08:00
parent e88ede52fd
commit e39d7c31ee

View File

@ -83,10 +83,8 @@ jobs:
name: ${{ inputs.projectName }}-coverage-report
path: ${{ env.TESTS_COVERAGE_REPORT_PATH }}
- name: Generate coverage report
uses: dawidd6/action-coverage-report@v1.6.0
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
path: ${{ env.TESTS_COVERAGE_REPORT_PATH }}
output_format: markdown
github_token: ${{ github.token }}
minimum_coverage: 0
files: ${{ env.TESTS_COVERAGE_REPORT_PATH }}
fail_ci_if_error: true