Commit f75aecf
Configure codecov to only check src/ files for patch coverage
The codecov/patch check was failing at 96.42% because it was checking
coverage of test files in addition to source files. Test files with
conditional imports (like pytest.importorskip("xdist")) would be
skipped in some CI configurations, causing those test lines to appear
as "not covered".
This change configures codecov to only require 100% coverage for
source files (src/), which is the standard practice. Test file
coverage should not be required.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent a047235 commit f75aecf
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
12 | 14 | | |
13 | 15 | | |
0 commit comments