Skip to content

Commit

Permalink
build(deps): bump codecov/codecov-action from 2.0.2 to 2.0.3 (#49)
Browse files Browse the repository at this point in the history
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
- [Commits](codecov/codecov-action@v2.0.2...v2.0.3)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 25, 2021
1 parent ff9423c commit 658975c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: test
run: |
go test ./... -race -coverprofile=coverage.txt -covermode=atomic
- uses: codecov/[email protected].2
- uses: codecov/[email protected].3
with:
file: coverage.txt
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: test
run: |
go test ./... -race -coverprofile=coverage.txt -covermode=atomic
- uses: codecov/[email protected].2
- uses: codecov/[email protected].3
with:
file: coverage.txt
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: test
run: |
go test ./... -race -coverprofile=coverage.txt -covermode=atomic
- uses: codecov/[email protected].2
- uses: codecov/[email protected].3
with:
file: coverage.txt
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 658975c

Please sign in to comment.