We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c034116 commit 65f9690Copy full SHA for 65f9690
codecov.yml
@@ -0,0 +1,19 @@
1
+coverage:
2
+ status:
3
+ project:
4
+ default:
5
+ target: auto
6
+ threshold: 2%
7
+ patch:
8
9
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