This commit is contained in:
haibo.chen
2025-10-15 09:59:32 +08:00
parent 59bc95ab21
commit d9709f61a5

View File

@ -57,9 +57,9 @@ jobs:
run: go tool cover -func=coverage.out run: go tool cover -func=coverage.out
- name: Upload coverage to Codecov - name: Upload coverage to Codecov
uses: codecov/codecov-action@v4 uses: codecov/codecov-action@v5
with: with:
file: ./coverage.out token: ${{ secrets.CODECOV_TOKEN }}
flags: unittests flags: unittests
name: codecov-umbrella name: codecov-umbrella
fail_ci_if_error: false fail_ci_if_error: false