Skip to content

Commit 567633f

Browse files
Upgrade codcov
1 parent e75e81d commit 567633f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test-and-lint.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,16 @@ jobs:
1717
- name: Test
1818
run: go test -v ./... -coverprofile="coverage.out"
1919

20-
- uses: codecov/codecov-action@v2
20+
- uses: codecov/codecov-action@v5
2121
with:
22+
token: ${{ secrets.CODECOV_TOKEN }}
2223
files: coverage.out
2324
flags: unittests # optional
2425
name: go-cache
2526
fail_ci_if_error: true # optional (default = false)
2627
verbose: false # optional (default = false)
2728

29+
2830
lint:
2931
name: lint
3032
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)