We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fc89c2 commit f9a6326Copy full SHA for f9a6326
ut/gcovr/gcovr.cfg
@@ -10,7 +10,7 @@ exclude-throw-branches = yes # inc coverage
10
exclude-noncode-lines = yes # 6.0
11
exclude-lines-by-pattern = ^(\s)*\b(DBG|INF|WRN|ERR|HID)\b\(.*$
12
13
-fail-under-line = 88.1 # since gcovr8.4 bugs
+fail-under-line = 87.4 # since gcovr8.6
14
fail-under-branch = 73.2 # since gcovr8.4 bugs
15
16
html = yes # summary report
0 commit comments