Skip to content

Commit 8e3825d

Browse files
committed
build(codecov.yaml): ignore examples and tests
Closes #8
1 parent 0f1dbd8 commit 8e3825d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

codecov.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)