We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90ad249 commit c41a12cCopy full SHA for c41a12c
.github/workflows/ci.yml
@@ -22,9 +22,8 @@ jobs:
22
- name: Prepare coverage file
23
run: xcrun llvm-cov export -format="lcov" .build/debug/ScreamURITemplatePackageTests.xctest/Contents/MacOS/ScreamURITemplatePackageTests -instr-profile .build/debug/codecov/default.profdata > info.lcov
24
- name: Upload coverage to Codecov
25
- uses: codecov/codecov-action@v4
26
- env:
27
- CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
+ uses: codecov/codecov-action@v5
28
with:
+ token: ${{ secrets.CODECOV_TOKEN }}
29
fail_ci_if_error: true
30
verbose: true
0 commit comments