chore(deps): bump codecov/codecov-action from 5 to 6 (#5521)

This commit is contained in:
dependabot[bot]
2026-04-11 15:41:58 +08:00
committed by GitHub
parent e8675d6a9a
commit 22bdae0787

View File

@@ -40,7 +40,7 @@ jobs:
run: go test -race -coverprofile=coverage.txt -covermode=atomic ./... run: go test -race -coverprofile=coverage.txt -covermode=atomic ./...
- name: Codecov - name: Codecov
uses: codecov/codecov-action@v5 uses: codecov/codecov-action@v6
with: with:
files: ./coverage.txt files: ./coverage.txt
flags: unittests flags: unittests