Sfoglia il codice sorgente

Adds libraries for coverage and tests

Signed-off-by: Martin Melik-Merkumians <melik-merkumians@acin.tuwien.ac.at>
Martin Melik-Merkumians 2 anni fa
parent
commit
b59d9a7bbc
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      .github/workflows/cmake.yml

+ 2 - 2
.github/workflows/cmake.yml

@@ -26,8 +26,8 @@ jobs:
     - name: Install sonar-scanner and build-wrapper
       uses: SonarSource/sonarcloud-github-c-cpp@v1
     
-    - name: Install libcap
-      run: sudo apt-get install -y libcap-dev
+    - name: Install libcap, lcov, and CppUTest
+      run: sudo apt-get install -y libcap-dev lcov cpputest
 
     - name: Configure CMake
       # Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.