Commit 7293e55
committed
pyproject.toml: simplify coverage filter
Drop the "omit" rules and use a simpler "source = src/" to declare
what we are interested in. This is the first recommendation at
https://coverage.readthedocs.io/en/latest/source.html#source-execution
Note: as seen in the logs, Github runners don't use /tmp. They may not
even use $TMPDIR.
Signed-off-by: Marc Herbert <Marc.Herbert@gmail.com>1 parent 5f5931f commit 7293e55
1 file changed
Lines changed: 1 addition & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
| 72 | + | |
82 | 73 | | |
83 | 74 | | |
84 | 75 | | |
| |||
0 commit comments