Skip to content

Commit f9a6326

Browse files
committed
adapt gcovr 8.6
1 parent 1fc89c2 commit f9a6326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ut/gcovr/gcovr.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ exclude-throw-branches = yes # inc coverage
1010
exclude-noncode-lines = yes # 6.0
1111
exclude-lines-by-pattern = ^(\s)*\b(DBG|INF|WRN|ERR|HID)\b\(.*$
1212

13-
fail-under-line = 88.1 # since gcovr8.4 bugs
13+
fail-under-line = 87.4 # since gcovr8.6
1414
fail-under-branch = 73.2 # since gcovr8.4 bugs
1515

1616
html = yes # summary report

0 commit comments

Comments
 (0)