Skip to content

Commit f2c92a9

Browse files
committed
Don't use cov by default
1 parent 78d8b43 commit f2c92a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pytest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[pytest]
22
looponfailroots = .
3-
addopts = --cov . -f
3+
addopts = --cov .
44
#addopts = --cov . --cov-report=html -f

0 commit comments

Comments
 (0)