Skip to content

Commit 674e79f

Browse files
committed
Add gcov parser configuration to .codecov.yml for enhanced branch detection.
1 parent 833d245 commit 674e79f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.codecov.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ coverage:
1818
target: 80%
1919
threshold: 5%
2020

21+
parsers:
22+
gcov:
23+
branch_detection:
24+
conditional: true
25+
loop: true
26+
method: false
27+
macro: false
28+
2129
comment:
2230
layout: "reach,diff,flags,files,footer"
2331
behavior: default
@@ -32,4 +40,4 @@ ignore:
3240
- "src/index.ts"
3341
- "**/__tests__/**"
3442
- "**/__mocks__/**"
35-
- "examples/**"
43+
- "examples/**"

0 commit comments

Comments
 (0)