Skip to content

Commit f916cd1

Browse files
committed
81: Lower test percentage for python 3.9
1 parent 013490e commit f916cd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ enabled = true
7575
starting_version = "0.0.1"
7676

7777
[tool.pytest.ini_options]
78-
addopts = "--cov=omotes_sdk --cov-report html --cov-report term-missing --cov-fail-under 62"
78+
addopts = "--cov=omotes_sdk --cov-report html --cov-report term-missing --cov-fail-under 60"
7979

8080
[tool.coverage.run]
8181
source = ["src"]

0 commit comments

Comments
 (0)