Compare commits

..

1 commit

Author SHA1 Message Date
renovate[bot]
e885ca44c4
deps: update codecov/codecov-action digest to 985343d 2024-11-20 03:49:45 +00:00

View file

@ -38,7 +38,7 @@ jobs:
run: go test -v -race -coverpkg=./... -coverprofile=coverage.txt ./... run: go test -v -race -coverpkg=./... -coverprofile=coverage.txt ./...
- name: Upload results to Codecov - name: Upload results to Codecov
uses: codecov/codecov-action@d168679d447a7d9f9917d4b26caf2cfbf080cfb4 # v5 uses: codecov/codecov-action@985343d70564a82044c1b7fcb84c2fa05405c1a2 # v5
with: with:
token: ${{ secrets.CODECOV_TOKEN }} token: ${{ secrets.CODECOV_TOKEN }}