diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 6ffa559..b6b2020 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -39,8 +39,6 @@ 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 +