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 (#401)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
1b3d423638
commit
412e36e9f6
2
.github/workflows/unit-tests.yaml
vendored
2
.github/workflows/unit-tests.yaml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user