Skip to content

Commit 65f9690

Browse files
chore: added codecov.yml for excluding irrelevant code from codecoverage report
1 parent c034116 commit 65f9690

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

codecov.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
coverage:
2+
status:
3+
project:
4+
default:
5+
target: auto
6+
threshold: 2%
7+
patch:
8+
default:
9+
target: auto
10+
11+
ignore:
12+
- "testutil/**" # Test fixtures and helpers
13+
- "tests/**" # Test files (already excluded by Go but explicit)
14+
- "dag/types.go" # Type definitions and trivial setters - tested indirectly
15+
16+
comment:
17+
layout: "reach,diff,flags,files"
18+
behavior: default
19+
require_changes: false

0 commit comments

Comments
 (0)