We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 507e604 commit 539f8c5Copy full SHA for 539f8c5
.github/workflows/unit-test.yml
@@ -13,7 +13,7 @@ jobs:
13
go-version: "1.23"
14
- name: Run tests with coverage
15
run: go test -coverprofile=coverage.out -covermode=count ./...
16
- - uses: codecov/codecov-action@v2
+ - uses: codecov/codecov-action@v4
17
with:
18
token: ${{ secrets.CODECOV_TOKEN }}
19
files: ./coverage.out
0 commit comments