Skip to content

Commit fec720f

Browse files
committed
fix gcovr.cfg
1 parent caf2d9e commit fec720f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ut/gcovr/gcovr.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
filter = \.\./\.\./src/. # match ../../src/*/
1+
filter = ../../src/.* # match ../../src/*/
22

33
exclude-unreachable-branches = yes # inc coverage
44
exclude-throw-branches = yes # inc coverage
55
exclude-noncode-lines = yes # 6.0
66
exclude-lines-by-pattern = ^(\s)*\b(DBG|INF|WRN|ERR|HID)\b\(.*$
77

8-
fail-under-line = 95 # real=99.7
9-
fail-under-branch = 85 # real=87.3; let codecov show wave rather than failed CI
8+
fail-under-line = 95.0 # real=99.7
9+
fail-under-branch = 85.0 # real=87.3; let codecov show wave rather than failed CI
1010

1111
html = yes # summary report
12-
html-details = yes # seperate report for each source file
12+
html-details = yes # separate report for each source file
1313
#calls = yes # 6.0, call column in report
1414
#decisions = yes # decision column in report
1515
output = ../../ut/gcovr/cov.html

0 commit comments

Comments
 (0)