mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-01-04 21:47:41 -07:00
python/aqmp: Add Coverage.py support
I'm not exposing this via the Makefile help, it's not likely to be useful to passersby. Switch the avocado runner to the 'legacy' runner for now, as the new runner seems to obscure coverage reports, again. Usage is to enter your venv of choice and then: `make check-coverage && xdg-open htmlcov/index.html`. Signed-off-by: John Snow <jsnow@redhat.com> Message-id: 20210915162955.333025-28-jsnow@redhat.com Signed-off-by: John Snow <jsnow@redhat.com>
This commit is contained in:
parent
8193b9d148
commit
a4ffaecd57
4 changed files with 27 additions and 0 deletions
5
python/.gitignore
vendored
5
python/.gitignore
vendored
|
|
@ -15,3 +15,8 @@ qemu.egg-info/
|
|||
.venv/
|
||||
.tox/
|
||||
.dev-venv/
|
||||
|
||||
# Coverage.py reports
|
||||
.coverage
|
||||
.coverage.*
|
||||
htmlcov/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue