Skip to content

Commit e00651c

Browse files
dependabot[bot]opslevel-opsrocktavious
authored
Bump codecov/codecov-action from 4 to 5 (#225)
* Bump codecov/codecov-action from 4 to 5 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [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...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Add automated changelog yaml from template * Apply suggestions from code review --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: OpsLevel Bots <[email protected]> Co-authored-by: Kyle <[email protected]>
1 parent 2a0dea6 commit e00651c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
kind: Dependency
2+
body: Bump codecov/codecov-action from 4 to 5
3+
time: 2024-11-15T19:40:47.320145214Z

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,8 @@ jobs:
3636
- name: Run quality checks and test code
3737
run: task ci
3838
- name: Upload Coverage
39-
uses: codecov/codecov-action@v4
39+
uses: codecov/codecov-action@v5
4040
with:
41-
token: ${{ secrets.CODECOV_TOKEN }}
4241
files: ./coverage.txt
4342
fail_ci_if_error: false
4443
verbose: true

0 commit comments

Comments
 (0)