From 5f9c57cb9b80266992b4dc46cc3d707c27814789 Mon Sep 17 00:00:00 2001 From: Francois Best Date: Tue, 10 Aug 2021 09:45:15 +0200 Subject: [PATCH] chore: Remove invalid step --- .github/workflows/cmake.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 0e19f8a..2ebfbbb 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -48,8 +48,6 @@ jobs: - name: Prune external code coverage run: rm -rf ./external/google-test/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.gcda - - name: Inspect - - name: Generate code coverage report working-directory: ${{github.workspace}}/build run: |