Skip to content

Commit e0eb6b2

Browse files
committed
Update tox configuration to show line numbers in addition to reporting the number of missing lines in the coverage report.
1 parent c2e86dc commit e0eb6b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ deps =
99
setenv =
1010
DJANGO_SETTINGS_MODULE=settings
1111
passenv = DATABASE_URL
12-
commands = python -m pytest --cov=psqlextra
12+
commands = python -m pytest --cov=psqlextra --cov-report=term-missing

0 commit comments

Comments
 (0)