From 9d96a7d47f3843113d084d84b1cb6fd180633845 Mon Sep 17 00:00:00 2001 From: ado Date: Mon, 19 Feb 2024 01:59:10 +0100 Subject: [PATCH] [skip ci] Update coverage.yml --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 4c655c2..3c284da 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -49,7 +49,7 @@ jobs: apt install -y gcovr lcov - name: Configure - run: cmake -S test -B build -D CMAKE_BUILD_TYPE=Debug -D CMAKE_CXX_FLAGS="-Wall -fprofile-arcs -ftest-coverage --coverage" + run: cmake -S test -B build -D CMAKE_BUILD_TYPE=Debug -D CMAKE_CXX_FLAGS="-Wall -fprofile-arcs -ftest-coverage --coverage -fno-elide-constructors -fno-default-inline" - name: Build run: cmake --build build -j ${{steps.cores.outputs.count}}