Skip to content

Commit 61ad65b

Browse files
authored
Merge pull request #9 from pratikpc/main
build(codecov.yaml): ignore examples and tests
2 parents 0f1dbd8 + 8e3825d commit 61ad65b

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

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)