We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4926007 commit eb22ae7Copy full SHA for eb22ae7
.github/workflows/deploy_test_coverage_coveralls.yml
@@ -37,7 +37,7 @@ jobs:
37
gcc-12 \
38
sample/*.cpp source/*.cpp test/*.cpp \
39
-Iinclude -I/usr/local/include/eigen3 -Isupport/include/fcarouge \
40
- -O0 -g -std=c++23 -fmodules-ts --coverage -fno-inline -lstdc++ -lm -lfmt
+ -O0 -g -std=c++23 -fmodules-ts --coverage -fno-inline -fno-exceptions -lstdc++ -lm -lfmt
41
- name: "Coverage: Base"
42
run: |
43
lcov --rc lcov_branch_coverage=1 --gcov-tool gcov-12 --capture --initial --directory . --output-file base.info
0 commit comments