mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-05-12 01:23:10 +00:00
Use predictable names for coverage reports
This commit is contained in:
parent
a13f8d9e60
commit
bdf595e4dc
1 changed files with 3 additions and 1 deletions
4
tox.ini
4
tox.ini
|
|
@ -5,8 +5,10 @@ envlist =
|
|||
py38-qa
|
||||
|
||||
[testenv]
|
||||
setenv =
|
||||
COVERAGE_FILE={toxworkdir}/.coverage.{envname}
|
||||
commands =
|
||||
coverage run -p --source auditlog runtests.py
|
||||
coverage run --source auditlog runtests.py
|
||||
coverage xml
|
||||
deps =
|
||||
django-22: Django>=2.2,<2.3
|
||||
|
|
|
|||
Loading…
Reference in a new issue