Commit 45e4655
committed
test: exempt stub_path from win32 cov gate
_CachedTool.stub_path is the one function here missing
`# pragma: win32 no cover`. pytestmark skips every test on win32, so
its body never runs there, and covdefaults' 100% gate caught it:
windows-2025 jobs failed at 99.53% while every other platform held
100%.
Verified against covdefaults' own pragma regex (keys off os.name /
sys.platform / sys.implementation.name): inert everywhere but win32,
confirmed by an unchanged 100%, 45-passed run on Linux.
Assisted-by: Sisyphus:claude-sonnet-5 opencode1 parent 4857d30 commit 45e4655
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
76 | 80 | | |
77 | 81 | | |
78 | 82 | | |
| |||
0 commit comments