Skip to content

Commit 6e96e1a

Browse files
committed
lcov and coverxygen installed
1 parent b8f2e52 commit 6e96e1a

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,14 @@ jobs:
4040
- name: Install Doxygen
4141
run: sudo apt-get install doxygen -y
4242
shell: bash
43+
44+
- name: Install LCOV
45+
run: sudo apt-get install lcov
46+
shell: bash
47+
48+
- name: Install coverxygen
49+
run: pip3 install coverxygen
50+
shell: bash
4351

4452
- name: Install libxml2-utils
4553
run: sudo apt-get install -y libxml2-utils

0 commit comments

Comments
 (0)