Skip to content

Commit e0c340c

Browse files
committed
Merge branch 'test-cases' of https://github.com/Picodes10/Nest into test-cases
2 parents 8ae4129 + d292c8f commit e0c340c

File tree

13 files changed

+1405
-20
lines changed

13 files changed

+1405
-20
lines changed

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ DJANGO_CONFIGURATION = "Test"
8080
DJANGO_SETTINGS_MODULE = "settings.test"
8181
addopts = [
8282
"--cov-config=pyproject.toml",
83-
"--cov-fail-under=75",
83+
"--cov-fail-under=80",
8484
"--cov-precision=2",
8585
"--cov-report=term-missing",
8686
"--cov=.",

0 commit comments

Comments
 (0)