From 17d141a8b21cad7a94276fd673c2851fc568a8e0 Mon Sep 17 00:00:00 2001 From: Francois Best Date: Tue, 10 Aug 2021 09:40:33 +0200 Subject: [PATCH] chore: PWD --- .github/workflows/cmake.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index ed67da8..6d09897 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -48,12 +48,13 @@ jobs: - name: Run Unit Tests working-directory: ${{github.workspace}}/build - run: ./test/unit-tests/unit-tests + run: ctest --verbose - name: Prune external code coverage run: rm -rf ./external/google-test/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.gcda - name: Generate code coverage report + working-directory: ${{github.workspace}}/build run: | lcov --directory . --capture --output-file coverage.info lcov --remove coverage.info 'test/*' '/usr/*' 'external/*' --output-file coverage.info