Skip to content

Commit 71d3fba

Browse files
committed
fix(ci): Fix codecov note message text
1 parent 9bd2453 commit 71d3fba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: go test ./... -race -coverprofile=coverage.out -covermode=atomic
6363
- name: Upload coverage to Codecov
6464
if: matrix.version == '1.24'
65-
# NOTE: https://github.com/codecov/codecov-action/releases/v5.3.1
65+
# NOTE: https://github.com/codecov/codecov-action/releases/v5.4.2
6666
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d
6767
with:
6868
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/master.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Run coverage
2222
run: go test ./... -race -coverprofile=coverage.out -covermode=atomic
2323
- name: Upload coverage to Codecov
24-
# NOTE: https://github.com/codecov/codecov-action/releases/v5.3.1
24+
# NOTE: https://github.com/codecov/codecov-action/releases/v5.4.2
2525
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d
2626
with:
2727
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)