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 4160330 commit 1bca746Copy full SHA for 1bca746
.github/workflows/ci.yml
@@ -36,6 +36,7 @@ jobs:
36
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
37
- uses: codecov/codecov-action@v3
38
with:
39
+ token: ${{ secrets.CODECOV_TOKEN }}
40
fail_ci_if_error: true # optional (default = false)
41
linux-test:
42
runs-on: ubuntu-latest
0 commit comments