We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f427b8 commit b846485Copy full SHA for b846485
.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@v5.5.4
19
with:
20
verbose: true
21
env:
0 commit comments