diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 0e85c3d..4f5f85e 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -39,4 +39,8 @@ jobs: # Execute tests defined by the CMake configuration. # See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail run: ctest -C ${{env.BUILD_TYPE}} + + - name: Code Coverage Summary + - uses: irongut/CodeCoverageSummary@v1.3.0 +