1
0
mirror of https://github.com/kairos-io/immucore.git synced 2025-05-10 00:56:29 +00:00

chore(deps): update codecov/codecov-action action to v5 ()

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-12-18 16:21:03 +02:00 committed by GitHub
parent 1b3d423638
commit 412e36e9f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,7 +24,7 @@ jobs:
- name: Run tests
run: go run github.com/onsi/ginkgo/v2/ginkgo --race --covermode=atomic --coverprofile=coverage.out -p -r ./...
- name: Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.out