Skip to content

Commit c41a12c

Browse files
committed
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] <support@github.com>
1 parent 90ad249 commit c41a12c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@ jobs:
2222
- name: Prepare coverage file
2323
run: xcrun llvm-cov export -format="lcov" .build/debug/ScreamURITemplatePackageTests.xctest/Contents/MacOS/ScreamURITemplatePackageTests -instr-profile .build/debug/codecov/default.profdata > info.lcov
2424
- name: Upload coverage to Codecov
25-
uses: codecov/codecov-action@v4
26-
env:
27-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
25+
uses: codecov/codecov-action@v5
2826
with:
27+
token: ${{ secrets.CODECOV_TOKEN }}
2928
fail_ci_if_error: true
3029
verbose: true

0 commit comments

Comments
 (0)