Skip to content

Commit f641320

Browse files
committed
Codecov integration: generate and print
1 parent c830d46 commit f641320

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci-linux.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ jobs:
3030
run: swift test --enable-code-coverage -v
3131
- name: Generate Codecov
3232
run: |
33-
llvm-cov export -format="lcov" .build/x86_64-unknown-linux-gnu/debug/AsyncTaskSwitcherPackageTests.xctest \
33+
/usr/lib/llvm-9/bin/llvm-cov export \
34+
-format="lcov" .build/x86_64-unknown-linux-gnu/debug/AsyncTaskSwitcherPackageTests.xctest \
3435
-instr-profile=.build/x86_64-unknown-linux-gnu/debug/codecov/default.profdata > info.lcov
3536
- name: Print Codecov
3637
run: cat info.lcov

0 commit comments

Comments
 (0)