We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f427b8 + c8e574d commit 35e55b9Copy full SHA for 35e55b9
1 file changed
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Run unit tests with coverage
16
run: go test -coverpkg=./... ./... -race -coverprofile=coverage.out -covermode=atomic
17
- name: Upload coverage to Codecov
18
- uses: codecov/codecov-action@v5.5.2
+ uses: codecov/codecov-action@v6.0.0
19
with:
20
verbose: true
21
env:
0 commit comments