Skip to content

Commit c41f567

Browse files
author
Simon
committed
ci: install lcov in coverage summary job
1 parent e411411 commit c41f567

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,11 @@ jobs:
109109
name: openvx-build
110110
path: ${{ github.workspace }}
111111

112+
- name: Install lcov
113+
run: |
114+
sudo apt-get update
115+
sudo apt-get install -y lcov
116+
112117
- name: Show coverage summary
113118
run: |
114119
lcov --summary coverage.info

0 commit comments

Comments
 (0)