Commit 03d147e
committed
Be more selective in directories tested for coverage
By changing `include` and `omit` values for `tool.coverage.run`, we can
limit the files that pytest-cov scans to look foir tests and thereby
gain a slight speedup. (I'm seeing 5% faster times on a Linux system
when running with `-n 32`.)1 parent 9d3bc76 commit 03d147e
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
19 | 21 | | |
20 | | - | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
0 commit comments