update codecov action version

This commit is contained in:
Ruidy 2024-11-01 10:13:44 +01:00
parent 507e604582
commit 539f8c518a
No known key found for this signature in database
GPG key ID: E00F51288CB857CC

View file

@ -13,7 +13,7 @@ jobs:
go-version: "1.23" go-version: "1.23"
- name: Run tests with coverage - name: Run tests with coverage
run: go test -coverprofile=coverage.out -covermode=count ./... run: go test -coverprofile=coverage.out -covermode=count ./...
- uses: codecov/codecov-action@v2 - uses: codecov/codecov-action@v4
with: with:
token: ${{ secrets.CODECOV_TOKEN }} token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.out files: ./coverage.out