Skip to content

Commit fcc349a

Browse files
committed
bump
Signed-off-by: Frederic BIDON <[email protected]>
1 parent 5d165df commit fcc349a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
- run: go test -v -race -coverprofile="coverage-${{ matrix.os }}.${{ matrix.go_version }}.out" -covermode=atomic -coverpkg=$(go list)/... ./...
5050

51-
- name: Upload coverage to codecov
51+
- name: Upload coverage to codecov [bump]
5252
uses: codecov/codecov-action@v5
5353
with:
5454
files: './coverage-${{ matrix.os }}.${{ matrix.go_version }}.out'

0 commit comments

Comments
 (0)