This commit is contained in:
leehk 2025-04-21 14:22:07 +08:00
parent 52e01359cc
commit 5ef89072c2

View File

@ -84,10 +84,9 @@ jobs:
path: ${{ env.TESTS_COVERAGE_REPORT_PATH }}
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
version: "v0.1.15"
files: ${{ env.TESTS_COVERAGE_REPORT_PATH }}
fail_ci_if_error: true