Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

Commit

Permalink
build(deps): Bump codecov/codecov-action from 3.1.3 to 3.1.4 (#2757)
Browse files Browse the repository at this point in the history
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.3 to 3.1.4.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v3.1.3...v3.1.4)

---
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 May 22, 2023
1 parent aa35eca commit a855ea5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
run: lcov --extract coverage.txt -o coverage.txt 'src/*'
- name: Upload test coverage
if: success()
uses: codecov/[email protected].3
uses: codecov/[email protected].4
with:
fail_ci_if_error: false
file: ./facilitator/coverage.txt
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
run: go test -race --coverprofile=cover.out --covermode=atomic ./...
- name: Upload test coverage
if: success()
uses: codecov/[email protected].3
uses: codecov/[email protected].4
with:
fail_ci_if_error: false
file: "workflow-manager/cover.out"
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
run: go test -race -coverprofile=cover.out --covermode=atomic ./...
- name: Upload test coverage
if: success()
uses: codecov/[email protected].3
uses: codecov/[email protected].4
with:
fail_ci_if_error: false
file: "key-rotator/cover.out"
Expand Down

0 comments on commit a855ea5

Please sign in to comment.