diff --git a/gcovr.cfg b/gcovr.cfg new file mode 100644 index 00000000000..7aabaf7f733 --- /dev/null +++ b/gcovr.cfg @@ -0,0 +1,2 @@ +exclude-unreachable-branches = yes +exclude-throw-branches = yes