mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Write coverage file.
This commit is contained in:
parent
0bf8ff9c34
commit
acf386e9ba
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -2,6 +2,7 @@
|
|||
*.pyc
|
||||
*.swp
|
||||
.coverage
|
||||
coverage.xml
|
||||
.DS_Store
|
||||
.idea
|
||||
.mypy_cache/
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
[pytest]
|
||||
testpaths = axes/tests
|
||||
python_files = tests.py test_*.py tests_*.py *_tests.py *_test.py
|
||||
addopts = --cov axes --cov-config .coveragerc --cov-append --cov-report term-missing
|
||||
addopts = --cov axes --cov-config .coveragerc --cov-append --cov-report term-missing --cov-report=xml
|
||||
DJANGO_SETTINGS_MODULE = axes.tests.settings
|
||||
|
|
|
|||
Loading…
Reference in a new issue