Skip to content

Commit

Permalink
chore(deps): bump codecov/codecov-action from 4.0.1 to 4.0.2 (#3772)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and timwu20 committed Apr 19, 2024
1 parent d5b4b5a commit fc47401
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
- name: Generate coverage report
run: |
go test ./... -coverprofile=coverage.out -covermode=atomic -timeout=20m
- uses: codecov/codecov-action@v4.0.1
- uses: codecov/codecov-action@v4.0.2
with:
files: ./coverage.out
flags: unit-tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- name: Test - Race
run: make test-using-race-detector

- uses: codecov/codecov-action@v4.0.1
- uses: codecov/codecov-action@v4.0.2
with:
if_ci_failed: success
informational: true
Expand Down

0 comments on commit fc47401

Please sign in to comment.