From ba6f702dd59d6e6ce902ebd1e2953d36e6e045c8 Mon Sep 17 00:00:00 2001 From: Hai Nguyen Date: Sun, 17 Mar 2024 15:35:14 +0100 Subject: [PATCH] update github workflow --- .github/workflows/github_ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/github_ci.yaml b/.github/workflows/github_ci.yaml index 9d91053..ad9e46c 100644 --- a/.github/workflows/github_ci.yaml +++ b/.github/workflows/github_ci.yaml @@ -34,4 +34,7 @@ jobs: # Execute tests defined by the CMake configuration. # See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail run: ctest preset=linux_test_debug --test-dir build/linux_test_debug/ + + - name: Coverage + working-directory: ${{github.workspace}} run: gcovr -r . --filter=easy_embedded \ No newline at end of file