Skip to content

Commit 7afd954

Browse files
committed
fix
1 parent 6e1bd13 commit 7afd954

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,10 @@ jobs:
114114
- name: Install dependencies
115115
uses: ./.github/actions/install-dependencies
116116

117+
- name: Install lcov
118+
run: |
119+
sudo apt-get install -y lcov
120+
117121
- name: Generate coverage report
118122
run: |
119123
xvfb-run -a --server-args="-screen 0 1024x768x24 -ac +extension GLX +render -noreset" make coverage

0 commit comments

Comments
 (0)