actions BUGFIX add missing lcov package for generating code coverage
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e9ece01..692eb6a 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -128,7 +128,7 @@
       - name: Dependencies
         shell: bash
         run: |
-          sudo apt-get install libcmocka-dev
+          sudo apt-get install libcmocka-dev lcov
 
       - name: Configure
         shell: bash