Commit 6e287e6
committed
chore: add coverage configuration to pyproject.toml
Configure pytest-cov with:
- Branch coverage enabled for stackone_ai source
- Exclusions for __init__.py and py.typed files
- Standard exclusion patterns (TYPE_CHECKING, NotImplementedError, etc.)
- JSON output to coverage/coverage.json for CI badge generation
- HTML output to coverage/html for detailed reports1 parent c5cf8d4 commit 6e287e6
1 file changed
+23
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
0 commit comments