We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faf8911 commit 15d6a32Copy full SHA for 15d6a32
1 file changed
Makefile
@@ -31,7 +31,7 @@ lint: ## Run the linter
31
.PHONY: test
32
test: ## Run the unit tests
33
$(info Running tests...)
34
- pytest --pspec --cov=cldk --cov-fail-under=50 --disable-warnings
+ pytest --pspec --cov=cldk --cov-fail-under=70 --disable-warnings
35
36
##@ Build
37
0 commit comments