Commit b3534af
committed
fix: use module name for pytest-cov coverage collection
The --cov flag was using {{package}} (jsonlt-python) instead of
{{module}} (jsonlt), causing pytest-cov to fail to find the module
and generate empty coverage reports.1 parent 47ce5b6 commit b3534af
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
| 163 | + | |
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| |||
0 commit comments