a4ffaecd57
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>
23 lines
242 B
Plaintext
23 lines
242 B
Plaintext
# linter/tooling cache
|
|
.mypy_cache/
|
|
.cache/
|
|
|
|
# python packaging
|
|
build/
|
|
dist/
|
|
qemu.egg-info/
|
|
|
|
# editor config
|
|
.idea/
|
|
.vscode/
|
|
|
|
# virtual environments (pipenv et al)
|
|
.venv/
|
|
.tox/
|
|
.dev-venv/
|
|
|
|
# Coverage.py reports
|
|
.coverage
|
|
.coverage.*
|
|
htmlcov/
|