From 7ea9bb9406826fb8b2b2bbad2822ce9166fec2eb Mon Sep 17 00:00:00 2001 From: adamska <2639980868@qq.com> Date: Sat, 7 Sep 2024 20:02:44 +0800 Subject: [PATCH] fix: --- .github/workflows/cmake-single-platform.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cmake-single-platform.yml b/.github/workflows/cmake-single-platform.yml index eb6ab8d..4e68e0d 100644 --- a/.github/workflows/cmake-single-platform.yml +++ b/.github/workflows/cmake-single-platform.yml @@ -45,6 +45,7 @@ jobs: run: ctest -C ${{env.BUILD_TYPE}} - name: Coverage Info + working-directory: ${{github.workspace}}/build/ run: | lcov --directory . --capture --output-file coverage.info lcov --remove coverage.info '/usr/*' --output-file coverage.info