We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d87101 commit 6ea69bbCopy full SHA for 6ea69bb
codecov.yml
@@ -0,0 +1,14 @@
1
+# codecov.yml - Configure Codecov coverage reporting
2
+coverage:
3
+ status:
4
+ project:
5
+ default:
6
+ informational: true # Report coverage but don't fail checks
7
+ # CI script enforces threshold instead
8
+
9
+ignore:
10
+ - "tests/**" # Test files
11
+ - "benchmarks/**" # Benchmark files
12
+ - "build/**" # Build artifacts
13
+ - "src/main.cpp" # Entry point (not testable)
14
+ - "**/_deps/**" # External dependencies
0 commit comments