mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-16 07:00:13 +01:00
chore(deps): bump codecov/codecov-action
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2d2cd3c094b82daf4a85daabc9d1aba59a7dde3c to 61d31d2d5425eb33e2c4ece1abd1a27c7b26a48e.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](2d2cd3c094...61d31d2d54)
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
a7fe4c774e
commit
a337c3238c
2 changed files with 2 additions and 2 deletions
2
.github/workflows/pull-request.yml
vendored
2
.github/workflows/pull-request.yml
vendored
|
|
@ -47,7 +47,7 @@ jobs:
|
|||
run: |
|
||||
go test -v -coverprofile coverage.out -covermode atomic ./...
|
||||
- name: Publish coverage
|
||||
uses: codecov/codecov-action@2d2cd3c094b82daf4a85daabc9d1aba59a7dde3c
|
||||
uses: codecov/codecov-action@61d31d2d5425eb33e2c4ece1abd1a27c7b26a48e
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
build:
|
||||
|
|
|
|||
2
.github/workflows/release-dev.yaml
vendored
2
.github/workflows/release-dev.yaml
vendored
|
|
@ -30,7 +30,7 @@ jobs:
|
|||
- name: Test
|
||||
run: go test -v -coverprofile coverage.out -covermode atomic ./...
|
||||
- name: Publish coverage
|
||||
uses: codecov/codecov-action@2d2cd3c094b82daf4a85daabc9d1aba59a7dde3c
|
||||
uses: codecov/codecov-action@61d31d2d5425eb33e2c4ece1abd1a27c7b26a48e
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
publish:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue