Commit 648493d
committed
make: let .coverage be the standard coverage file
Python coverage tooling such as pytest-cov and coverage.py expects that
.coverage is a sqlite file with the coverage results.
TICS by default expects .coverage to be a directory containing
cobertura.xml. TICS is configurable, however, so let's move to let the
python coverage tooling have the defaults expected here, instead of
expecting coverage tools to treat Subiquity special.1 parent af060a5 commit 648493d
2 files changed
+1
-7
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments