Skip to content

Commit

Permalink
chore(deps): bump codecov/codecov-action from 5.0.7 to 5.1.1
Browse files Browse the repository at this point in the history
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.0.7 to 5.1.1.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Commits](codecov/codecov-action@v5.0.7...v5.1.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 6, 2024
1 parent 63f233f commit a3b2867
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ jobs:
go test ${{ inputs.tests-race && '-race' || '' }} -json > report.json ./...
- name: Send results to codecov.io
uses: codecov/codecov-action@v5.0.7
uses: codecov/codecov-action@v5.1.1
with:
directory: ${{ inputs.working-directory }}
flags: unittests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/meson-unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}

- name: Upload Codecov.io
uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v4.6.0
uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v4.6.0
with:
directory: .
files: build/meson-logs/coverage.xml
Expand Down

0 comments on commit a3b2867

Please sign in to comment.