Skip to content

Commit eb22ae7

Browse files
[test] remove exception for coverage
1 parent 4926007 commit eb22ae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_test_coverage_coveralls.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
gcc-12 \
3838
sample/*.cpp source/*.cpp test/*.cpp \
3939
-Iinclude -I/usr/local/include/eigen3 -Isupport/include/fcarouge \
40-
-O0 -g -std=c++23 -fmodules-ts --coverage -fno-inline -lstdc++ -lm -lfmt
40+
-O0 -g -std=c++23 -fmodules-ts --coverage -fno-inline -fno-exceptions -lstdc++ -lm -lfmt
4141
- name: "Coverage: Base"
4242
run: |
4343
lcov --rc lcov_branch_coverage=1 --gcov-tool gcov-12 --capture --initial --directory . --output-file base.info

0 commit comments

Comments
 (0)