Skip to content

Commit f19ef7a

Browse files
nanotaboadaclaude
andcommitted
chore(ci): exclude module re-exports from Codecov report (#78)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 4478d5c commit f19ef7a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

codecov.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Codecov Configuration
2-
# Goal: 80% minimum coverage on services/, routes/, repositories/ only
2+
# Goal: maximum coverage on business logic layers (services/, routes/, repositories/)
3+
# Excludes generated code, entry points, infrastructure wiring, and module re-exports
34

45
coverage:
56
status:
@@ -24,6 +25,7 @@ ignore:
2425
- "src/schema.rs"
2526
- "src/state/**/*"
2627
- "src/main.rs"
28+
- "src/**/mod.rs"
2729
- "**/*.toml"
2830
- "**/*.yml"
2931
- "**/*.yaml"

0 commit comments

Comments
 (0)