Skip to content

Commit 95e2f94

Browse files
chore(deps): bump codecov/codecov-action from 4 to 7 (#32)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 7. - [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...v7) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Calin Teodor <t.calin@student.vu.nl>
1 parent 20af2cd commit 95e2f94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: go test -race -coverprofile=coverage.out -covermode=atomic ./...
2525

2626
- name: Upload coverage to Codecov
27-
uses: codecov/codecov-action@v4
27+
uses: codecov/codecov-action@v7
2828
with:
2929
files: ./coverage.out
3030
flags: unittests

0 commit comments

Comments
 (0)