mirror of
https://github.com/red0124/ssp.git
synced 2025-01-23 04:55:20 +01:00
[skip ci] Update coverage.yml
This commit is contained in:
parent
d4fc2ee561
commit
9d96a7d47f
2
.github/workflows/coverage.yml
vendored
2
.github/workflows/coverage.yml
vendored
@ -49,7 +49,7 @@ jobs:
|
|||||||
apt install -y gcovr lcov
|
apt install -y gcovr lcov
|
||||||
|
|
||||||
- name: Configure
|
- 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
|
- name: Build
|
||||||
run: cmake --build build -j ${{steps.cores.outputs.count}}
|
run: cmake --build build -j ${{steps.cores.outputs.count}}
|
||||||
|
Loading…
Reference in New Issue
Block a user