Compare commits

..

No commits in common. "5901dc3c280cdd267f7d173bcca48441bfaa60be" and "df368d9d1b76408bb5439984d301b5627d5c9404" have entirely different histories.

View file

@ -42,6 +42,6 @@ jobs:
run: |
go test -v -shuffle=on -race --coverprofile=coverage.coverprofile --covermode=atomic ./...
- name: Upload coverage to Codecov
uses: codecov/codecov-action@05f5a9cfad807516dbbef9929c4a42df3eb78766 # v5.0.3
uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v5.0.2
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos