10000 Add coverage to tox file · PyGreSQL/PyGreSQL@b96d64f · GitHub
[go: up one dir, main page]

Skip to content

Commit b96d64f

Browse files
committed
Add coverage to tox file
1 parent 7d93eb2 commit b96d64f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tox.ini

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,14 @@ deps =
3838
commands =
3939
python -m build -n -C strict -C memory-size
4040

41+
[testenv:coverage]
42+
basepython = python3.11
43+
deps =
44+
coverage>=7,<8
45+
commands =
46+
coverage run -m unittest discover
47+
coverage html
48+
4149
[testenv]
4250
passenv =
4351
PG*

0 commit comments

Comments
 (0)
0