Skip to content

Commit 82fe424

Browse files
committed
Codecov integration: generate and print
1 parent 279c492 commit 82fe424

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci-linux.yml

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

21+
- name: Intall llvm-cov
22+
run: apt-get install llvm-9
23+
2124
- uses: actions/checkout@v2
2225
- name: Build
2326
run: swift build -v

0 commit comments

Comments
 (0)