Skip to content

Commit

Permalink
ci: bump codecov/codecov-action from 3.1.0 to 3.1.1
Browse files Browse the repository at this point in the history
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
- [Commits](codecov/codecov-action@v3.1.0...v3.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 6, 2022
1 parent 35cae11 commit 7b1178c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
run: go test -race -coverprofile=coverage.txt -covermode=atomic -v ./...

- name: Upload to codecov.io
uses: codecov/codecov-action@v3.1.0
uses: codecov/codecov-action@v3.1.1
with:
directory: client-sdk/go

Expand All @@ -136,7 +136,7 @@ jobs:
run: go test -race -coverprofile=coverage.txt -covermode=atomic -v ./...

- name: Upload to codecov.io
uses: codecov/codecov-action@v3.1.0
uses: codecov/codecov-action@v3.1.1
with:
directory: cli

Expand Down

0 comments on commit 7b1178c

Please sign in to comment.