Skip to content

Commit

Permalink
coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
domdinicola committed Jan 1, 2025
1 parent 9592056 commit 47aefcf
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,19 @@ DJANGO_SETTINGS_MODULE=demo.settings
django_find_project=false
norecursedirs = data .tox INVALID
addopts =
-p no:capturelog
-p no:xdist
-p no:pep8
--tb=short
--capture=no
--reuse-db
--cov-config=tests/.coveragerc
--cov=unicef_security
--cov-report=html
--echo-version django
--echo-version unicef_security
-v
-s
-p no:capturelog
-p no:xdist
-p no:pep8
--tb=short
--capture=no
--reuse-db
--cov-config=tests/.coveragerc
--cov=unicef_security
--cov-report=html
--echo-version django
--echo-version unicef_security

[testenv]
passenv = PYTHONDONTWRITEBYTECODE,USER,PYTHONPATH
Expand Down

0 comments on commit 47aefcf

Please sign in to comment.