Skip to content

Commit 1bca746

Browse files
committed
Add explicit token for codecov in macos-test workflow job
feature/improve-option-decodable-conformance
1 parent 4160330 commit 1bca746

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
run: xcrun llvm-cov export -format="lcov" .build/debug/swift-argument-encodingPackageTests.xctest/Contents/MacOS/swift-argument-encodingPackageTests -instr-profile .build/debug/codecov/default.profdata > coverage_report.lcov
3737
- uses: codecov/codecov-action@v3
3838
with:
39+
token: ${{ secrets.CODECOV_TOKEN }}
3940
fail_ci_if_error: true # optional (default = false)
4041
linux-test:
4142
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)