Merge branch 'main' into dependabot/github_actions/actions/add-to-project-1.0.0

This commit is contained in:
Livio Spring 2024-04-02 08:21:40 +02:00 committed by GitHub
commit 0942294dab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,7 +27,7 @@ jobs:
with:
go-version: ${{ matrix.go }}
- run: go test -race -v -coverprofile=profile.cov -coverpkg=./pkg/... ./pkg/...
- uses: codecov/codecov-action@v4.1.0
- uses: codecov/codecov-action@v4.1.1
with:
file: ./profile.cov
name: codecov-go