Compare commits

...

2 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
4dddcc7347 Initial plan 2026-06-09 01:48:31 +00:00
dependabot[bot]
ca8b50a7a5 chore(deps): bump codecov/codecov-action from 6 to 7 (#5633) 2026-06-09 09:45:19 +08:00

View File

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