From 85d3654ec5914a4b1f218f11788780e857c817c3 Mon Sep 17 00:00:00 2001 From: Francois Carouge Date: Wed, 13 Jul 2022 22:45:33 -0700 Subject: [PATCH] [test] remove exception for coverage --- .github/workflows/deploy_test_coverage_coveralls.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_test_coverage_coveralls.yml b/.github/workflows/deploy_test_coverage_coveralls.yml index 394365b48..84d0a5ccc 100644 --- a/.github/workflows/deploy_test_coverage_coveralls.yml +++ b/.github/workflows/deploy_test_coverage_coveralls.yml @@ -37,7 +37,7 @@ jobs: gcc-12 \ sample/*.cpp source/*.cpp test/*.cpp \ -Iinclude -I/usr/local/include/eigen3 -Isupport/include/fcarouge \ - -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 - name: "Coverage: Base" run: | lcov --rc lcov_branch_coverage=1 --gcov-tool gcov-12 --capture --initial --directory . --output-file base.info