Skip to content

Commit 89a0adc

Browse files
committed
added installation lcov
1 parent a12ae30 commit 89a0adc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ jobs:
3333
run: |
3434
pip install -r requirements.txt
3535
pip install -r docs/requirements.txt
36+
37+
- name: Install lcov
38+
run: |
39+
sudo apt-get update
40+
sudo apt-get install -y lcov
3641
3742
- name: Build package
3843
run: |
@@ -45,6 +50,8 @@ jobs:
4550
- name: Capture Coverage Data with lcov
4651
run: |
4752
cd build
53+
sudo apt-get update
54+
sudo apt-get install -y lcov
4855
lcov --capture --directory . --output-file coverage.info
4956
5057
- name: Generate HTML Coverage Report with genhtml

0 commit comments

Comments
 (0)