We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8f2e52 commit 6e96e1aCopy full SHA for 6e96e1a
1 file changed
.github/workflows/release.yml
@@ -40,6 +40,14 @@ jobs:
40
- name: Install Doxygen
41
run: sudo apt-get install doxygen -y
42
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
51
52
- name: Install libxml2-utils
53
run: sudo apt-get install -y libxml2-utils
0 commit comments