Compare commits

..

No commits in common. "321f0fbf43e67c8174b6d2834b7102b635545a80" and "98b08c70a19f57616e5fa1f7b3bb6c3a6fc3ba71" have entirely different histories.

View file

@ -58,6 +58,6 @@ jobs:
go test -v -race --coverprofile=coverage.coverprofile --covermode=atomic ./...
- name: Upload coverage to Codecov
if: success() && matrix.go == '1.22' && matrix.os == 'ubuntu-latest'
uses: codecov/codecov-action@6d798873df2b1b8e5846dba6fb86631229fbcb17 # v4.4.0
uses: codecov/codecov-action@5ecb98a3c6b747ed38dc09f787459979aebb39be # v4.3.1
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos