Merge pull request #248 from wneessen/dependabot/github_actions/codecov/codecov-action-5.1.0

Bump codecov/codecov-action from 5.0.7 to 5.1.0
This commit is contained in:
Winni Neessen 2024-12-05 20:56:35 +01:00 committed by GitHub
commit 080c611d54
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -40,6 +40,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@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
uses: codecov/codecov-action@c2fcb216de2b0348de0100baa3ea2cad9f100a01 # v5.1.0
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos