From e2f4c77e343cac8a0d26aaf9f57d9c1381ecb5dc Mon Sep 17 00:00:00 2001 From: pnezis Date: Fri, 28 Jun 2024 19:44:16 +0300 Subject: [PATCH] Reduce minimum coverage threshold --- .workspace.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.workspace.exs b/.workspace.exs index d492500..4fc6007 100644 --- a/.workspace.exs +++ b/.workspace.exs @@ -305,7 +305,7 @@ ], [ module: Workspace.Checks.ValidateProject, - description: "all projects must have a minimum coverage threshold of 98", + description: "all projects must have a minimum coverage threshold of 95", opts: [ validate: fn project -> config = project.config