Skip to content

Commit c830d46

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

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

.github/workflows/ci-linux.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@ jobs:
1818
with:
1919
access_token: ${{ github.token }}
2020

21-
- name: Intall llvm-cov
22-
run: sudo apt-get install llvm-10
21+
- name: Find llvm-cov
22+
run: find / -iname llvm-cov
23+
# - name: Intall llvm-cov
24+
# run: sudo apt-get install llvm-10
2325

2426
- uses: actions/checkout@v2
2527
- name: Build
@@ -32,5 +34,7 @@ jobs:
3234
-instr-profile=.build/x86_64-unknown-linux-gnu/debug/codecov/default.profdata > info.lcov
3335
- name: Print Codecov
3436
run: cat info.lcov
35-
# - name: Upload Codecov
36-
# run: bash <(curl -s https://codecov.io/bash) -f info.lcov
37+
# - name: Upload to codecov.io
38+
# run: bash <(curl -s https://codecov.io/bash) -f info.lcov
39+
# env:
40+
# CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)