We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f1dbd8 + 8e3825d commit 61ad65bCopy full SHA for 61ad65b
1 file changed
codecov.yaml
@@ -0,0 +1,15 @@
1
+ignore:
2
+ # This section specifies files and directories that Codecov should ignore
3
+ # when calculating code coverage. Ignoring non-production code (like tests
4
+ # or examples) ensures more accurate and relevant coverage metrics for
5
+ # your core application.
6
+
7
+ # Ignore all files and subdirectories within the 'examples' directory.
8
+ # This typically includes sample code or usage examples that aren't part
9
+ # of the main application's testable codebase.
10
+ - "examples/*"
11
12
+ # Ignore all files and subdirectories within the 'tests' directory.
13
+ # Test files themselves don't usually require coverage checks as they are
14
+ # responsible for testing other code, not being tested themselves.
15
+ - "tests/*"
0 commit comments