File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- filter = \.\./\.\ ./src/. # match ../../src/*/
1
+ filter = ../. ./src/.* # match ../../src/*/
2
2
3
3
exclude-unreachable-branches = yes # inc coverage
4
4
exclude-throw-branches = yes # inc coverage
5
5
exclude-noncode-lines = yes # 6.0
6
6
exclude-lines-by-pattern = ^(\s)*\b(DBG|INF|WRN|ERR|HID)\b\(.*$
7
7
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
10
10
11
11
html = yes # summary report
12
- html-details = yes # seperate report for each source file
12
+ html-details = yes # separate report for each source file
13
13
# calls = yes # 6.0, call column in report
14
14
# decisions = yes # decision column in report
15
15
output = ../../ut/gcovr/cov.html
You can’t perform that action at this time.
0 commit comments