Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: go test ./... -race -coverprofile=coverage.out -covermode=atomic
- name: Upload coverage to Codecov
if: matrix.version == '1.24'
# NOTE: https://github.com/codecov/codecov-action/releases/v5.3.1
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574
# NOTE: https://github.com/codecov/codecov-action/releases/v5.4.2
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d
with:
token: ${{ secrets.CODECOV_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Run coverage
run: go test ./... -race -coverprofile=coverage.out -covermode=atomic
- name: Upload coverage to Codecov
# NOTE: https://github.com/codecov/codecov-action/releases/v5.3.1
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574
# NOTE: https://github.com/codecov/codecov-action/releases/v5.4.2
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d
with:
token: ${{ secrets.CODECOV_TOKEN }}
Loading