Skip to content

Commit

Permalink
Bump codecov/codecov-action from 4.1.0 to 4.1.1
Browse files Browse the repository at this point in the history
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v4.1.0...v4.1.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Apr 1, 2024
1 parent 4577b2d commit 457cc2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
run: go test -v -race -count=1 -covermode=atomic -coverprofile=coverage.out ./...

- name: Upload Code Coverage
uses: codecov/[email protected].0
uses: codecov/[email protected].1
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.out
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
run: yarn test --coverage

- name: Upload Code Coverage
uses: codecov/[email protected].0
uses: codecov/[email protected].1
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./web/coverage/clover.xml
Expand Down

0 comments on commit 457cc2d

Please sign in to comment.