Commit fb68fe2
Simplify CLI job coverage — let Codecov enforce 100%
--cov expects packages/directories, not individual files, so scoping
coverage to just cli.py and _cli_support.py doesn't work with subprocess
coverage. Instead, the CLI job uploads coverage for everything and
Codecov merges it with core test uploads to enforce 100% across the
board.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 4bb04dd commit fb68fe2
1 file changed
+1
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
| 163 | + | |
171 | 164 | | |
172 | 165 | | |
173 | 166 | | |
| |||
0 commit comments