Skip to content

Commit 4b6ca80

Browse files
committed
set coverage threshold to 80 since we had a false high coverage before, because the tests themselves were also measured.
1 parent 09971f0 commit 4b6ca80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[pytest]
2-
addopts = -vvv --cov=. --cov-report xml --cov-report term-missing --cov-fail-under=92
2+
addopts = -vvv --cov=. --cov-report xml --cov-report term-missing --cov-fail-under=80
33
asyncio_mode = auto
44
log_cli = true
55
log_cli_level = DEBUG

0 commit comments

Comments
 (0)