File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 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/*"
You can’t perform that action at this time.
0 commit comments