Skip to content

Commit

Permalink
chore(deps): bump codecov/codecov-action from 3.1.0 to 3.1.1 (#2858)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Sep 29, 2022
1 parent b2f2ab1 commit e323237
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 ./... -short -coverprofile=coverage.out -covermode=atomic -timeout=20m
- uses: codecov/codecov-action@v3.1.0
- uses: codecov/codecov-action@v3.1.1
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 @@ -78,7 +78,7 @@ jobs:
- name: Test State - Race
run: make test-state-race

- uses: codecov/codecov-action@v3.1.0
- uses: codecov/codecov-action@v3.1.1
with:
if_ci_failed: success
informational: true
Expand Down

0 comments on commit e323237

Please sign in to comment.