Skip to content
This repository was archived by the owner on Jul 11, 2023. It is now read-only.

Commit 78f2895

Browse files
committed
Updatec coverate requirements
1 parent 14f6e46 commit 78f2895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ templates:
3434

3535
test:
3636
pylama $(PACKAGE)
37-
pytest --cov ${PACKAGE} --cov-report term-missing --cov-fail-under 50
37+
pytest --cov ${PACKAGE} --cov-report term-missing --cov-fail-under 90
3838

3939
version:
4040
@echo $(VERSION)

0 commit comments

Comments
 (0)