Skip to content

Commit 15d6a32

Browse files
committed
changed coverage minimum to 70%
Signed-off-by: John Rofrano <johnnyroy@johnrofrano.com>
1 parent faf8911 commit 15d6a32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ lint: ## Run the linter
3131
.PHONY: test
3232
test: ## Run the unit tests
3333
$(info Running tests...)
34-
pytest --pspec --cov=cldk --cov-fail-under=50 --disable-warnings
34+
pytest --pspec --cov=cldk --cov-fail-under=70 --disable-warnings
3535

3636
##@ Build
3737

0 commit comments

Comments
 (0)