Skip to content

Commit

Permalink
[test] remove exception for coverage (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoisCarouge authored Aug 14, 2022
1 parent 0d28a47 commit 1c9491f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_test_coverage_coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1c9491f

Please sign in to comment.