[skip ci] Update coverage.yml

This commit is contained in:
ado 2024-02-19 01:59:10 +01:00
parent d4fc2ee561
commit 9d96a7d47f

View File

@ -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}}